summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 22:44:51 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 22:44:51 +0000
commit32925764ac6fd4df5497a48f4cd6f97c0dc93e8e (patch)
treefd21fc7af2ec03f32df5700385faad82967ec162 /chrome/common/pref_names.cc
parentf5ad47a18ebe1dfe2656588776557c3a702faf56 (diff)
downloadchromium_src-32925764ac6fd4df5497a48f4cd6f97c0dc93e8e.zip
chromium_src-32925764ac6fd4df5497a48f4cd6f97c0dc93e8e.tar.gz
chromium_src-32925764ac6fd4df5497a48f4cd6f97c0dc93e8e.tar.bz2
NTP: Remove bottom promos.
BUG=None TEST=Start chrome with a new blank profile. No bottom promos should show up. Review URL: http://codereview.chromium.org/2637004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d50815b..99998fb8 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -394,13 +394,6 @@ const wchar_t kUseCustomChromeFrame[] = L"browser.custom_chrome_frame";
// done 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 promo on the NTP has left to be
-// shown; this decrements each time the NTP is shown for the first time
-// in a session. The message line can be closed separately from the promo
-// image, so we store two separate values for number of remaining views.
-const wchar_t kNTPPromoLineRemaining[] = L"browser.ntp.promo_line_remaining";
-const wchar_t kNTPPromoImageRemaining[] = L"browser.ntp.promo_image_remaining";
-
// The list of origins which are allowed|denied to show desktop notifications.
const wchar_t kDesktopNotificationAllowedOrigins[] =
L"profile.notification_allowed_sites";