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

Unified Diff: chromeos/chromeos_switches.cc

Issue 827733003: Removing --enable-carrier-switching command-line flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build errors Created 5 years, 11 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index ff0dc0a3103ce12fed37e03c013f503b7180c1b5..0b2912825ba9d784285c526c56963f6881acc49a 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -86,9 +86,6 @@ const char kDisableWakeOnWifi[] = "disable-wake-on-wifi";
const char kDisableNetworkPortalNotification[] =
"disable-network-portal-notification";
-// Enables switching between different cellular carriers from the UI.
-const char kEnableCarrierSwitching[] = "enable-carrier-switching";
-
// Enables cloud backup feature.
const char kEnableCloudBackup[] = "enable-cloud-backup";

Powered by Google App Engine
This is Rietveld 408576698