Index: chrome/browser/dom_ui/dom_ui_factory.cc |
diff --git a/chrome/browser/dom_ui/dom_ui_factory.cc b/chrome/browser/dom_ui/dom_ui_factory.cc |
index f51fe22a202ca330bbf25a7391c44bd787ac140d..3d4b9afd06ece7a0e21469febc893e3c4d81ea36 100644 |
--- a/chrome/browser/dom_ui/dom_ui_factory.cc |
+++ b/chrome/browser/dom_ui/dom_ui_factory.cc |
@@ -118,7 +118,7 @@ static DOMUIFactoryFunction GetDOMUIFactoryFunction(const GURL& url) { |
#if defined(ENABLE_REMOTING) |
if (url.host() == chrome::kChromeUIRemotingHost) { |
if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableChromoting)) { |
+ switches::kEnableRemoting)) { |
return &NewDOMUI<RemotingUI>; |
} |
} |