Index: chrome/browser/chromeos/login/multi_profile_first_run_notification.cc |
diff --git a/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc b/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc |
index 5976afca2cc410571e9682536dd3df7868fa8d3c..75d8d93a18b5f03ebae0d1b2324951c3d3d2a980 100644 |
--- a/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc |
+++ b/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc |
@@ -66,6 +66,10 @@ void MultiProfileFirstRunNotification::RegisterProfilePrefs( |
prefs::kMultiProfileNotificationDismissed, |
false, |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |
+ registry->RegisterBooleanPref( |
+ prefs::kMultiProfileIntroShowDismissed, |
dzhioev (left Google)
2013/12/20 03:39:01
I think kMultiProfileNeverShowIntroNotice is bette
merkulova
2014/01/10 15:16:52
As it's bool, kMultiProfileNeverShowIntro might be
|
+ false, |
+ user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
} |
void MultiProfileFirstRunNotification::UserProfilePrepared( |