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

Unified Diff: chrome/browser/about_flags.cc

Issue 12548014: Enable ash new network status area by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests, ash_shell Created 7 years, 9 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 9ef2d43cd91047a8c4bfc52bf2edce44eaf0b06d..2fd6d782d1b385a86c140d072bc47340b9d61e06 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1123,11 +1123,11 @@ const Experiment kExperiments[] = {
#endif
#endif
#if defined(OS_CHROMEOS)
- { "ash-enable-new-network-status-area",
- IDS_FLAGS_ASH_ENABLE_NEW_NETWORK_STATUS_AREA_NAME,
- IDS_FLAGS_ASH_ENABLE_NEW_NETWORK_STATUS_AREA_DESCRIPTION,
+ { "ash-disable-new-network-status-area",
+ IDS_FLAGS_ASH_DISABLE_NEW_NETWORK_STATUS_AREA_NAME,
+ IDS_FLAGS_ASH_DISABLE_NEW_NETWORK_STATUS_AREA_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshEnableNewNetworkStatusArea),
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableNewNetworkStatusArea),
},
{
"enable-carrier-switching",

Powered by Google App Engine
This is Rietveld 408576698