summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/dom_ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-13 19:41:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-13 19:41:40 +0000
commitd0980792d29b16ef195255639f8c8aca8c969e93 (patch)
tree8c6a20bb41ecd094556af7a26d1535dc7dd4bc88 /chrome/browser/chromeos/dom_ui
parenta08ebeaea39acfe007d9ee9b25b28efd04011e5a (diff)
downloadchromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.zip
chromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.tar.gz
chromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.tar.bz2
WebUI: Get rid of more references to DOMUI in the rest of the directories.
BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6513010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/dom_ui')
-rw-r--r--chrome/browser/chromeos/dom_ui/menu_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/dom_ui/menu_ui.cc b/chrome/browser/chromeos/dom_ui/menu_ui.cc
index dc3b0c9..5969c40 100644
--- a/chrome/browser/chromeos/dom_ui/menu_ui.cc
+++ b/chrome/browser/chromeos/dom_ui/menu_ui.cc
@@ -641,7 +641,7 @@ ChromeURLDataManager::DataSource* MenuUI::CreateMenuUIHTMLSource(
// static
bool MenuUI::IsEnabled() {
return CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableDOMUIMenu);
+ switches::kEnableWebUIMenu);
}
ChromeURLDataManager::DataSource* MenuUI::CreateDataSource() {