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

Unified Diff: chrome/common/chrome_switches.cc

Issue 3037043: Rename --enable-chromoting to --enable-remoting (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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/common/chrome_switches.h ('k') | chrome/common/pepper_plugin_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 31ee2363efae1a73c648d90a8e26b798663d301f..943e56b50f72cb4bdb82dc5a719697d5295f2552 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -292,7 +292,7 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
// This applies only when the process type is "service". Enables the
// Chromoting Host Process within the service process.
-const char kEnableChromoting[] = "enable-chromoting";
+const char kEnableRemoting[] = "enable-remoting";
// Enable click-to-play for blocked plugins.
const char kEnableClickToPlay[] = "enable-click-to-play";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pepper_plugin_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698