summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 02:56:58 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 02:56:58 +0000
commitcdbc184570cbc8e2838d45e810bc68ef66b7347f (patch)
tree462e065d7d371dac5bb887c2d29803240d490cf5 /chrome/common/chrome_switches.cc
parenta4a3292e978cca3ad8c0baa5205054b5b3802e64 (diff)
downloadchromium_src-cdbc184570cbc8e2838d45e810bc68ef66b7347f.zip
chromium_src-cdbc184570cbc8e2838d45e810bc68ef66b7347f.tar.gz
chromium_src-cdbc184570cbc8e2838d45e810bc68ef66b7347f.tar.bz2
Turn tips on by default, and turn off tip loading during UI testing.
BUG= none TEST= none Review URL: http://codereview.chromium.org/173444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24418 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8fc249e..27d563d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -497,7 +497,7 @@ const wchar_t kOldNewTabPage[] = L"old-new-tab-page";
// Enables the backend service for web resources, used in the new tab page for
// loading tips and recommendations from a JSON feed.
-const wchar_t kEnableWebResources[] = L"enable-web-resources";
+const wchar_t kDisableWebResources[] = L"disable-web-resources";
// Whether we should prevent the new tab page from showing the first run
// notification.