Index: chrome/browser/profiles/profiles_state.cc |
diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc |
index f0b3ac3c53942a2b327abd0728d5d18446fb9f27..b819c3f5b40cdb876ceeec0bc8c911b3e00783ec 100644 |
--- a/chrome/browser/profiles/profiles_state.cc |
+++ b/chrome/browser/profiles/profiles_state.cc |
@@ -53,6 +53,9 @@ void RegisterPrefs(PrefRegistrySimple* registry) { |
// Preferences about the user manager. |
registry->RegisterBooleanPref(prefs::kBrowserGuestModeEnabled, true); |
registry->RegisterBooleanPref(prefs::kBrowserAddPersonEnabled, true); |
+ |
+ registry->RegisterBooleanPref( |
+ prefs::kProfileAvatarRightClickTutorialDismissed, false); |
} |
base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path) { |