| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index f967a254fe7490225071fce18254160b6a85063d..72548733cdc599f747be13a107d7ec1d76368ac8 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -145,6 +145,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(
|
| + prefs::kClickedUpdateMenuItem,
|
| + false);
|
| +#endif
|
| }
|
|
|
| std::string Profile::GetDebugName() {
|
|
|