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

Unified Diff: chrome/common/pref_names.h

Issue 199533004: [Mac, Win] Show a user manager tutorial once per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: much refactor. such change. 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3536896341991624d86a3d5054e483475d9a6349..26c0e708e140c1367131ba0f54f9b0383726c77c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -378,6 +378,12 @@ extern const char kProfileName[];
extern const char kProfileIsManaged[];
extern const char kManagedUserId[];
+extern const char kProfileGAIAInfoUpdateTime[];
+extern const char kProfileGAIAInfoPictureURL[];
+
+extern const char kProfileAvatarTutorialShown[];
+extern const char kProfileUserManagerTutorialShown[];
+
extern const char kInvertNotificationShown[];
extern const char kPrintingEnabled[];
@@ -649,11 +655,6 @@ extern const char kSignInPromoUserSkipped[];
extern const char kSignInPromoShowOnFirstRunAllowed[];
extern const char kSignInPromoShowNTPBubble[];
-extern const char kProfileAvatarTutorialShown[];
-
-extern const char kProfileGAIAInfoUpdateTime[];
-extern const char kProfileGAIAInfoPictureURL[];
-
extern const char kWebAppCreateOnDesktop[];
extern const char kWebAppCreateInAppsMenu[];
extern const char kWebAppCreateInQuickLaunchBar[];

Powered by Google App Engine
This is Rietveld 408576698