diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-12 02:59:07 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-12 02:59:07 +0000 |
commit | 0c274c201e057cb69cd8614ff8e5820182a1a73c (patch) | |
tree | 8ed92a591fbdde160bd5c13405becdee7e78365e /chrome/common/chrome_switches.cc | |
parent | 16b6b41d73f6b1116d3e600e6226764e99615760 (diff) | |
download | chromium_src-0c274c201e057cb69cd8614ff8e5820182a1a73c.zip chromium_src-0c274c201e057cb69cd8614ff8e5820182a1a73c.tar.gz chromium_src-0c274c201e057cb69cd8614ff8e5820182a1a73c.tar.bz2 |
Turn backend tip service on by default.
BUG= none.
TEST= New NTP should come up with a default title in Tips and Suggestions box, then be loaded with actual data from popgadget.
Review URL: http://codereview.chromium.org/149255
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index cef4dad..c38e0b1 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -495,9 +495,9 @@ const wchar_t kNewTabPage[] = L"new-tab-page"; // Switches back to the old new tab page. const wchar_t kOldNewTabPage[] = L"old-new-tab-page"; -// Enables the prototype of the backend service for web resources, used in the -// new new tab page for loading tips and recommendations from a JSON feed. -const wchar_t kWebResources[] = L"enable-web-resources"; +// Disables the backend service for web resources, used in the new tab page for +// loading tips and recommendations from a JSON feed. +const wchar_t kDisableWebResources[] = L"disable-web-resources"; // Disables the default browser check. Useful for UI/browser tests where we want // to avoid having the default browser info-bar displayed. |