diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 01:32:37 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 01:32:37 +0000 |
commit | ec68b62ec102d43e2559da1e1c3a022cf191403a (patch) | |
tree | cd345067936c29b8983453c7c774800129add213 /chrome/common/pref_names.cc | |
parent | 03d36e3330a3e1ea60c37a6843293499acd38934 (diff) | |
download | chromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.zip chromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.tar.gz chromium_src-ec68b62ec102d43e2559da1e1c3a022cf191403a.tar.bz2 |
Adds a theme promo in the lower right corner
BUG=None
TEST=The theme promo should show up in the lower right corner and when clicked should navigate to the Chrome theme gallery. The promo should go away after 5 runs of chrome
Review URL: http://codereview.chromium.org/217020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index d6d75e8..a5210e8 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -273,6 +273,11 @@ const wchar_t kUseCustomChromeFrame[] = L"browser.custom_chrome_frame"; // directly from the omnibox should be shown. const wchar_t kShowOmniboxSearchHint[] = L"browser.show_omnibox_search_hint"; +// Integer that counts the number of times the theme promo has left to be +// shown; this decrements each time the NTP is shown for the first time +// in a session. +const wchar_t kNTPThemePromoRemaining[] = L"browser.ntp.theme_promo_remaining"; + // *************** LOCAL STATE *************** // These are attached to the machine/installation |