Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
| index 18bc6df4a12dc9e91f1da627485ad89d447e196f..0924c3557a9eea5b27968fd2a5477c07e5ec698d 100644 |
| --- a/chrome/browser/profiles/profile.cc |
| +++ b/chrome/browser/profiles/profile.cc |
| @@ -146,6 +146,12 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
| // Preferences related to the avatar bubble and user manager tutorials. |
| registry->RegisterIntegerPref(prefs::kProfileAvatarTutorialShown, 0); |
| #endif |
| + |
| +#if defined(OS_ANDROID) |
| + registry->RegisterBooleanPref( |
|
anthonyvd
2015/12/15 14:43:22
nit: I think this fits on a single line.
Theresa
2015/12/15 18:10:36
Done.
|
| + prefs::kClickedUpdateMenuItem, |
| + false); |
| +#endif |
| } |
| std::string Profile::GetDebugName() { |