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

Unified Diff: chrome/common/pref_names.cc

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index ec4a59301a30874d6b0d3a8ff1afa590b8a7d6c2..b66d4595d46fe6c561ea370f9306f1587ea37776 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1939,6 +1939,10 @@ const char kSignInPromoShowNTPBubble[] = "sync_promo.show_ntp_bubble";
const char kProfileAvatarTutorialShown[] =
"profile.avatar_bubble_tutorial_shown";
+// Boolean that specifies whether we have shown the user manager tutorial.
+const char kProfileUserManagerTutorialShown[] =
+ "profile.user_manager_tutorial_shown";
gab 2014/03/14 16:43:58 This is the LOCAL STATE section (see line 1305) is
noms (inactive) 2014/03/14 18:24:36 Done. Moved these 4 preferences next to their prof
+
// Time when the user's GAIA info was last updated (represented as an int64).
const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time";
« chrome/browser/resources/user_manager/user_manager_tutorial.js ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698