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

Unified Diff: ash/ash_switches.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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index bd50a0395d6498836d57484bbde6436630cf41ac..6de87cb2e2b0f36f5882cb3a414eec95ab6cacdc 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -51,6 +51,10 @@ const char kAshDisableLauncherPerDisplay[] = "ash-disable-launcher-per-display";
// If present new lock animations are enabled.
const char kAshDisableNewLockAnimations[] = "ash-disable-new-lock-animations";
+// Disable new network handlers in the status area.
+const char kAshDisableNewNetworkStatusArea[] =
+ "ash-disable-new-network-status-area";
+
// Disable the per application grouping version of the launcher.
const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher";
@@ -74,10 +78,6 @@ const char kAshEnableFullBrowserListInLauncher[] =
const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
#endif
-// Enable new network handlers in the status area.
-const char kAshEnableNewNetworkStatusArea[] =
- "ash-enable-new-network-status-area";
-
// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";

Powered by Google App Engine
This is Rietveld 408576698