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

Unified Diff: chrome/browser/about_flags.cc

Issue 827733003: Removing --enable-carrier-switching command-line flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 5 years, 8 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 48d8576df52e2bada55ba35d105fac803873b2d6..75666798483e21e57dd9e9f70c54dd1d2bd2e990 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1064,13 +1064,6 @@ const Experiment kExperiments[] = {
#endif // defined(USE_ASH)
#if defined(OS_CHROMEOS)
{
- "enable-carrier-switching",
- IDS_FLAGS_ENABLE_CARRIER_SWITCHING,
- IDS_FLAGS_ENABLE_CARRIER_SWITCHING_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableCarrierSwitching)
- },
- {
"disable-cloud-import",
IDS_FLAGS_DISABLE_CLOUD_IMPORT,
IDS_FLAGS_DISABLE_CLOUD_IMPORT_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698