Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: chrome/browser/chromeos/login/multi_profile_first_run_notification.cc

Issue 93633007: Created optional multiprofiles introduction dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698