summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 00:51:30 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 00:51:30 +0000
commitd4bc96e84f87586da6a312a3c8eed3a12b3221d3 (patch)
tree7438b38ef3a416a4cdff5dd2627b79dcbb13c70b /chrome/common/pref_names.h
parent2b9e7d0b2432d887f58212c0e29885ddf2386caa (diff)
downloadchromium_src-d4bc96e84f87586da6a312a3c8eed3a12b3221d3.zip
chromium_src-d4bc96e84f87586da6a312a3c8eed3a12b3221d3.tar.gz
chromium_src-d4bc96e84f87586da6a312a3c8eed3a12b3221d3.tar.bz2
Adjust json data and URL to information from server side on custom logo signal delivery.
BUG=56388 TEST=unit test for web_resource_service still works. Review URL: http://codereview.chromium.org/3523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 86e33aa..ea7c959 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -324,7 +324,8 @@ extern const char kNTPMostVisitedURLsBlacklist[];
extern const char kNTPMostVisitedPinnedURLs[];
extern const char kNTPWebResourceCache[];
extern const char kNTPWebResourceCacheUpdate[];
-extern const char kNTPWebResourceServer[];
+extern const char kNTPTipsResourceServer[];
+extern const char kNTPLogoResourceServer[];
extern const char kNTPShownSections[];
extern const char kNTPPrefVersion[];
extern const char kNTPCustomLogoStart[];