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

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

Issue 148093008: Create a dialog that warns about possible UI-oddities of the multi-profiles window teleport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months 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 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(

Powered by Google App Engine
This is Rietveld 408576698