Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1887)

Unified Diff: chrome/browser/chromeos/dom_ui/menu_ui.cc

Issue 6513010: WebUI: Get rid of more references to DOMUI in the rest of the directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_url_handler.cc ('k') | chrome/browser/chromeos/notifications/balloon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dom_ui/menu_ui.cc
diff --git a/chrome/browser/chromeos/dom_ui/menu_ui.cc b/chrome/browser/chromeos/dom_ui/menu_ui.cc
index dc3b0c90ae85f8c753a4457c1a0e2ce649df4162..5969c40769b366e851d1406e83df36e6788b1b7a 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() {
« no previous file with comments | « chrome/browser/browser_url_handler.cc ('k') | chrome/browser/chromeos/notifications/balloon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698