From 54debb3137cc3561b441d5b1e41420128bd8433b Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Wed, 6 Oct 2010 23:21:06 +0000 Subject: 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 --- chrome/common/pref_names.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/common/pref_names.cc') 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"; -- cgit v1.1