Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a86eb50 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix search suggestion

parent 36c69489
Loading
Loading
Loading
Loading
+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
+2 −0
Original line number Diff line number Diff line
@@ -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
@@ -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