| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 4e70a7eb9981a62d14cb25089958434f3764db92..5f13d07a013fc7b56266b6a380c99871eca7dabe 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -99,9 +99,6 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterDictionaryPref(prefs::kSafeBrowsingIncidentsSent);
|
| registry->RegisterBooleanPref(
|
| prefs::kSafeBrowsingExtendedReportingOptInAllowed, true);
|
| -#if BUILDFLAG(ENABLE_GOOGLE_NOW)
|
| - registry->RegisterBooleanPref(prefs::kGoogleGeolocationAccessEnabled, false);
|
| -#endif
|
| // This pref is intentionally outside the above #if. That flag corresponds
|
| // to the Notifier extension and does not gate the launcher page.
|
| // TODO(skare): Remove or rename ENABLE_GOOGLE_NOW: http://crbug.com/459827.
|
|
|