summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 01:26:16 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 01:26:16 +0000
commit73370a927df892652c45dab804301423c78d3c0c (patch)
tree54be3020d4ac126b690e213eeb866e4263cb0984 /chrome/browser/dom_ui
parent96690a420b73c1b5a4ae350a1a13963b90dabbec (diff)
downloadchromium_src-73370a927df892652c45dab804301423c78d3c0c.zip
chromium_src-73370a927df892652c45dab804301423c78d3c0c.tar.gz
chromium_src-73370a927df892652c45dab804301423c78d3c0c.tar.bz2
Reverting 24385.
Review URL: http://codereview.chromium.org/173443 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-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 ab9440b..6e90533 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::kDisableWebResources);
+ return command_line->HasSwitch(switches::kEnableWebResources);
}
// static