summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-06 23:21:06 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-06 23:21:06 +0000
commit54debb3137cc3561b441d5b1e41420128bd8433b (patch)
treea693ca1e54024bc4433cd9e9d96fb579581d93a6 /chrome/common/pref_names.cc
parentc56e3e712a7cbd8981bb5e25ad07ec13ce297048 (diff)
downloadchromium_src-54debb3137cc3561b441d5b1e41420128bd8433b.zip
chromium_src-54debb3137cc3561b441d5b1e41420128bd8433b.tar.gz
chromium_src-54debb3137cc3561b441d5b1e41420128bd8433b.tar.bz2
Alt logo.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3626002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 2b54561..30298e5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -899,7 +899,7 @@ const char kNTPWebResourceCacheUpdate[] = "ntp.web_resource_cache_update";
const char kNTPTipsResourceServer[] = "ntp.tips_resource_server";
// Last server used to fill logo_resource_cache.
-const char kNTPLogoResourceServer[] = "ntp.logo_resource_server";
+const char kNTPLogoResourceServer[] = "ntp.alt_logo_resource_server";
// Which sections should be visible on the new tab page
// 1 - Show the most visited sites in a grid
@@ -914,8 +914,8 @@ const char kNTPPrefVersion[] = "ntp.pref_version";
// Dates between which the NTP should show a custom logo rather than the
// standard one.
-const char kNTPCustomLogoStart[] = "ntp.custom_logo_start";
-const char kNTPCustomLogoEnd[] = "ntp.custom_logo_end";
+const char kNTPCustomLogoStart[] = "ntp.alt_logo_start";
+const char kNTPCustomLogoEnd[] = "ntp.alt_logo_end";
// A boolean specifying whether dev tools window should be opened docked.
const char kDevToolsOpenDocked[] = "devtools.open_docked";