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.h | |
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.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index ef46c6c..3588b46 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -184,7 +184,7 @@ extern const wchar_t kForceFieldTestNameAndValue[]; extern const wchar_t kNewTabPage[]; extern const wchar_t kOldNewTabPage[]; -extern const wchar_t kWebResources[]; +extern const wchar_t kDisableWebResources[]; extern const wchar_t kEnableBenchmarking[]; |