summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-21 17:07:14 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-21 17:07:14 +0000
commitde8d00d0184523c1ffe4d6dc603931d43057dd25 (patch)
tree30861cbaeb0a9e51ee6eedfb4434f478d46cf93c /ash/ash_switches.cc
parent1f5c3cbba9ba05d48dbf8bd61b7e26e2a060d26f (diff)
downloadchromium_src-de8d00d0184523c1ffe4d6dc603931d43057dd25.zip
chromium_src-de8d00d0184523c1ffe4d6dc603931d43057dd25.tar.gz
chromium_src-de8d00d0184523c1ffe4d6dc603931d43057dd25.tar.bz2
Deprecate kAshDisableNewNetworkStatusArea
Eliminates NetworkListDetailedView and dependencies. This mostly removes dead code, but also fixes the following issues related to the old code: * TrayNetwork::OnWillToggleWifi() -> TrayNetwork::RequestToggleWifi() to toggle wifi directly from Ash. * Implement TrayNetwork::NetworkManagerChanged() so that detailed views are notified when technology state changes. * Eliminates unnecessary ash::SystemTrayDelegate dependencies on network_menu_ when using new connection handler code. BUG=240859 For about_network.cc: TBR=jamescook@chromium.org, jennyz@chromium.org Review URL: https://codereview.chromium.org/15350002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index fe707f2..38d94e0 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -56,10 +56,6 @@ const char kAshDisableNewAudioHandler[] = "ash-disable-new-audio-handler";
// 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";