| 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 69bc537efb3d87a94f19d4c7386bd4110d5a9662..acbe4b2e48fb8bae42c47baed4058d80f0f75bed 100644 | 
| --- a/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc | 
| +++ b/chrome/browser/chromeos/login/multi_profile_first_run_notification.cc | 
| @@ -70,6 +70,10 @@ void MultiProfileFirstRunNotification::RegisterProfilePrefs( | 
| prefs::kMultiProfileNeverShowIntro, | 
| false, | 
| user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); | 
| +  registry->RegisterBooleanPref( | 
| +      prefs::kMultiProfileWarningShowDismissed, | 
| +      false, | 
| +      user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); | 
| } | 
|  | 
| void MultiProfileFirstRunNotification::UserProfilePrepared( | 
|  |