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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10885024: Integrate Chrome To Mobile with Action Box UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable ShowChromeToMobileBubble on GTK. Created 8 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 847efab0bca845fd895045062da0bb3b7f976667..849bf4c740887bf8174a4eb13919bd317c8ce046 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -276,9 +276,6 @@ const char kDisableBackgroundNetworking[] = "disable-background-networking";
// Disables the bundled PPAPI version of Flash (if it's enabled by default).
const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
-// Disables Chrome To Mobile.
-const char kDisableChromeToMobile[] = "disable-chrome-to-mobile";
-
// Disables the client-side phishing detection feature. Note that even if
// client-side phishing detection is enabled, it will only be active if the
// user has opted in to UMA stats and SafeBrowsing is enabled in the
@@ -487,10 +484,6 @@ const char kEnableBundledPpapiFlash[] = "enable-bundled-ppapi-flash";
// account. When disabled, Chrome will use the ClientLogin flow instead.
const char kEnableClientOAuthSignin[] = "enable-client-oauth-signin";
-// Enables Chrome To Mobile.
-// This switch is not currently respected; use the disable switch instead.
-const char kEnableChromeToMobile[] = "enable-chrome-to-mobile";
-
// Enables the new cloud policy stack.
const char kEnableCloudPolicyService[] = "enable-cloud-policy-service";

Powered by Google App Engine
This is Rietveld 408576698