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

Unified Diff: chrome/common/pref_names.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
« chrome/chrome_browser_chromeos.gypi ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f5ed0cbdad6232c4c67ce825a6ef05710527344f..34341c26a197fe4f2daefd651ee49ca738885a19 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -851,6 +851,11 @@ const char kOpenNetworkConfiguration[] = "onc";
const char kRAConsentFirstTime[] = "settings.privacy.ra_consent";
// A boolean pref recording whether user has dismissed the multiprofile
+// itroduction dialog show.
+const char kMultiProfileIntroShowDismissed[] =
+ "settings.multi_profile_intro_show_dismissed";
+
+// A boolean pref recording whether user has dismissed the multiprofile
// notification.
const char kMultiProfileNotificationDismissed[] =
"settings.multi_profile_notification_dismissed";
« chrome/chrome_browser_chromeos.gypi ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698