Loading build/patches/e-enable-search-suggestion.patch 0 → 100644 +23 −0 Original line number Diff line number Diff line From: Romain HUNAULT <romain.hunault@e.email> Date: Thu, 7 Feb 2019 10:36:22 +0100 Subject: [PATCH] Enable search suggestion by default --- chrome/browser/profiles/profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc index b180175c04aa..3fd661ddec89 100644 --- a/chrome/browser/profiles/profile.cc +++ b/chrome/browser/profiles/profile.cc @@ -138,7 +138,7 @@ const char Profile::kProfileKey[] = "__PROFILE__"; void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { registry->RegisterBooleanPref( prefs::kSearchSuggestEnabled, - false, + true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); #if defined(OS_ANDROID) registry->RegisterStringPref( -- 2.17.1 build/patches_list.txt +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Remove-EV-certificates.patch promo-disable-Google-promotion-fetching.patch Disable-omission-of-URL-elements-in-Omnibox.patch Modify-default-preferences.patch Disable-contextual-search-by-default.patch Disable-hyperlink-auditing-by-default.patch Do-not-store-passwords-by-default.patch Disable-NTP-remote-suggestions-by-default.patch Loading Loading @@ -115,3 +116,4 @@ e-set-app-name.patch e-set-popular-sites.patch e-enable-donottrack.patch e-set-informations.patch e-enable-search-suggestion.patch Loading
build/patches/e-enable-search-suggestion.patch 0 → 100644 +23 −0 Original line number Diff line number Diff line From: Romain HUNAULT <romain.hunault@e.email> Date: Thu, 7 Feb 2019 10:36:22 +0100 Subject: [PATCH] Enable search suggestion by default --- chrome/browser/profiles/profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc index b180175c04aa..3fd661ddec89 100644 --- a/chrome/browser/profiles/profile.cc +++ b/chrome/browser/profiles/profile.cc @@ -138,7 +138,7 @@ const char Profile::kProfileKey[] = "__PROFILE__"; void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { registry->RegisterBooleanPref( prefs::kSearchSuggestEnabled, - false, + true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); #if defined(OS_ANDROID) registry->RegisterStringPref( -- 2.17.1
build/patches_list.txt +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Remove-EV-certificates.patch promo-disable-Google-promotion-fetching.patch Disable-omission-of-URL-elements-in-Omnibox.patch Modify-default-preferences.patch Disable-contextual-search-by-default.patch Disable-hyperlink-auditing-by-default.patch Do-not-store-passwords-by-default.patch Disable-NTP-remote-suggestions-by-default.patch Loading Loading @@ -115,3 +116,4 @@ e-set-app-name.patch e-set-popular-sites.patch e-enable-donottrack.patch e-set-informations.patch e-enable-search-suggestion.patch