| 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";
|
|
|
|
|