Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
| index 04d5e9f35a65f1324c6ab93669a0cc57349df4a4..26ff51ac2bde2b393819ff9b5e801e4a9697aa08 100644 |
| --- a/chrome/browser/profiles/profile.cc |
| +++ b/chrome/browser/profiles/profile.cc |
| @@ -98,7 +98,7 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
| registry->RegisterDictionaryPref(prefs::kSafeBrowsingIncidentsSent); |
| registry->RegisterBooleanPref( |
| prefs::kSafeBrowsingExtendedReportingOptInAllowed, true); |
| -#if defined(ENABLE_GOOGLE_NOW) |
| +#if BUILDFLAG(ENABLE_GOOGLE_NOW) |
|
Mark Mentovai
2015/11/19 21:52:56
Include what you use.
|
| registry->RegisterBooleanPref(prefs::kGoogleGeolocationAccessEnabled, false); |
| #endif |
| // This pref is intentionally outside the above #if. That flag corresponds |