Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 5b6162d7d6d394a9b3a309424c1ae62048cda5d9..06b7d1730e30132d746b7fa17bd0663a557a8385 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -202,6 +202,10 @@ |
prefs::kProfileAvatarTutorialShown, |
0, |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
+ registry->RegisterBooleanPref( |
+ prefs::kProfileUserManagerTutorialShown, |
+ false, |
+ user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
#endif |
} |