| Index: trunk/src/chrome/common/pref_names.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/pref_names.cc (revision 288827)
|
| +++ trunk/src/chrome/common/pref_names.cc (working copy)
|
| @@ -1144,6 +1144,10 @@
|
| 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";
|
| +
|
| // Indicates if we've already shown a notification that high contrast
|
| // mode is on, recommending high-contrast extensions and themes.
|
| const char kInvertNotificationShown[] = "invert_notification_version_2_shown";
|
|
|