| Index: chrome/browser/profiles/profiles_state.cc
|
| diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc
|
| index 360490502ea550ad4d66a85dea037dd56b93dc7c..9c3ec5c01ddff32bc3ae493a4ae074642b89693a 100644
|
| --- a/chrome/browser/profiles/profiles_state.cc
|
| +++ b/chrome/browser/profiles/profiles_state.cc
|
| @@ -66,9 +66,6 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| registry->RegisterBooleanPref(prefs::kBrowserGuestModeEnabled, true);
|
| registry->RegisterBooleanPref(prefs::kBrowserAddPersonEnabled, true);
|
| registry->RegisterBooleanPref(prefs::kForceBrowserSignin, false);
|
| -
|
| - registry->RegisterBooleanPref(
|
| - prefs::kProfileAvatarRightClickTutorialDismissed, false);
|
| }
|
|
|
| base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path) {
|
|
|