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

Unified Diff: ash/system/chromeos/network/tray_network.h

Issue 15350002: Deprecate kAshDisableNewNetworkStatusArea (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.cc ('k') | ash/system/chromeos/network/tray_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/tray_network.h
diff --git a/ash/system/chromeos/network/tray_network.h b/ash/system/chromeos/network/tray_network.h
index 42aefc4985bec7b5404b65dc2cc0b10aec9bd0f6..4ffe38ea59ec5d8d9d76a98ecf8bf19ac179c32c 100644
--- a/ash/system/chromeos/network/tray_network.h
+++ b/ash/system/chromeos/network/tray_network.h
@@ -41,7 +41,6 @@ class TrayNetwork : public SystemTrayItem,
virtual ~TrayNetwork();
tray::NetworkDetailedView* detailed() { return detailed_; }
- void set_request_wifi_view(bool b) { request_wifi_view_ = b; }
// SystemTrayItem
virtual views::View* CreateTrayView(user::LoginStatus status) OVERRIDE;
@@ -58,7 +57,6 @@ class TrayNetwork : public SystemTrayItem,
ShelfAlignment alignment) OVERRIDE;
// NetworkObserver
- virtual void OnNetworkRefresh(const NetworkIconInfo& info) OVERRIDE;
virtual void SetNetworkMessage(
NetworkTrayDelegate* delegate,
MessageType message_type,
@@ -67,7 +65,7 @@ class TrayNetwork : public SystemTrayItem,
const base::string16& message,
const std::vector<base::string16>& links) OVERRIDE;
virtual void ClearNetworkMessage(MessageType message_type) OVERRIDE;
- virtual void OnWillToggleWifi() OVERRIDE;
+ virtual void RequestToggleWifi() OVERRIDE;
// TrayNetworkStateObserver::Delegate
virtual void NetworkStateChanged(bool list_changed) OVERRIDE;
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.cc ('k') | ash/system/chromeos/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698