summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/new_tab_ui.cc
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 00:40:14 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 00:40:14 +0000
commitc1b13c81aaa5602726f3ba4a526696d07b74bb4d (patch)
treef771669d871c3858e05ee3b2b45604e2387d77db /chrome/browser/dom_ui/new_tab_ui.cc
parent61a523f378291307081d46277cca5dd087fb30ac (diff)
downloadchromium_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/browser/dom_ui/new_tab_ui.cc')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc
index 6e90533..ab9440b 100644
--- a/chrome/browser/dom_ui/new_tab_ui.cc
+++ b/chrome/browser/dom_ui/new_tab_ui.cc
@@ -1600,7 +1600,7 @@ bool NewTabUI::UseOldNewTabPage() {
// static
bool NewTabUI::WebResourcesEnabled() {
const CommandLine* command_line = CommandLine::ForCurrentProcess();
- return command_line->HasSwitch(switches::kEnableWebResources);
+ return !command_line->HasSwitch(switches::kDisableWebResources);
}
// static