From cdbc184570cbc8e2838d45e810bc68ef66b7347f Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Wed, 26 Aug 2009 02:56:58 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.cc') 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. -- cgit v1.1