diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:40:14 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 00:40:14 +0000 |
commit | c1b13c81aaa5602726f3ba4a526696d07b74bb4d (patch) | |
tree | f771669d871c3858e05ee3b2b45604e2387d77db /chrome/common/chrome_switches.cc | |
parent | 61a523f378291307081d46277cca5dd087fb30ac (diff) | |
download | chromium_src-c1b13c81aaa5602726f3ba4a526696d07b74bb4d.zip chromium_src-c1b13c81aaa5602726f3ba4a526696d07b74bb4d.tar.gz chromium_src-c1b13c81aaa5602726f3ba4a526696d07b74bb4d.tar.bz2 |
Turn on tips by default.
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/173371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 2 |
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. |