diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 17:07:14 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 17:07:14 +0000 |
commit | de8d00d0184523c1ffe4d6dc603931d43057dd25 (patch) | |
tree | 30861cbaeb0a9e51ee6eedfb4434f478d46cf93c /ash/ash_switches.h | |
parent | 1f5c3cbba9ba05d48dbf8bd61b7e26e2a060d26f (diff) | |
download | chromium_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.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 139a27b..081fe0b 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -30,7 +30,6 @@ ASH_EXPORT extern const char kAshDisableDisplayChangeLimiter[]; ASH_EXPORT extern const char kAshDisableImmersiveFullscreen[]; ASH_EXPORT extern const char kAshDisableNewAudioHandler[]; ASH_EXPORT extern const char kAshDisableNewLockAnimations[]; -ASH_EXPORT extern const char kAshDisableNewNetworkStatusArea[]; ASH_EXPORT extern const char kAshDisablePerAppLauncher[]; ASH_EXPORT extern const char kAshDisableUIScaling[]; ASH_EXPORT extern const char kAshDisableDisplayRotation[]; |