diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 22:57:40 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-11 22:57:40 +0000 |
commit | c371358e908ad080c1c7722c61beb137e989b529 (patch) | |
tree | a5356651496a28bd084bb0e2c720bfd5b4823940 /chrome/common/pref_names.h | |
parent | dfbdaccf3667c570b1ae5907c06b7675599a96b1 (diff) | |
download | chromium_src-c371358e908ad080c1c7722c61beb137e989b529.zip chromium_src-c371358e908ad080c1c7722c61beb137e989b529.tar.gz chromium_src-c371358e908ad080c1c7722c61beb137e989b529.tar.bz2 |
[Mac, Win] Only show the user manager tutorial if "See what's new" is clicked.
- remove the profile preference that used to keep track of showing the
tutorial any time the user manager was shown for a particular profile.
- show the upgrade bubble for local profiles as well (so that local profiles
have a chance to see the tutorial)
- for the local profiles upgrade bubble, don't show the "Not you?" link as
it doesn't really make sense.
BUG=399679
TBR=rpetterson@chromium.org
Review URL: https://codereview.chromium.org/454153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 614f5363..43ac803 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -361,7 +361,6 @@ extern const char kProfileGAIAInfoUpdateTime[]; extern const char kProfileGAIAInfoPictureURL[]; extern const char kProfileAvatarTutorialShown[]; -extern const char kProfileUserManagerTutorialShown[]; extern const char kInvertNotificationShown[]; |