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

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

Issue 14188057: Add some additional network debugging code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Less state spam Created 7 years, 8 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 | « no previous file | chromeos/network/network_state_handler.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.cc
diff --git a/ash/system/chromeos/network/tray_network.cc b/ash/system/chromeos/network/tray_network.cc
index 550717847bb94a4b517cb6039bdaf39238bf85d7..b5c8955c020be97bbf92d56e7e578414fea06dc6 100644
--- a/ash/system/chromeos/network/tray_network.cc
+++ b/ash/system/chromeos/network/tray_network.cc
@@ -131,6 +131,8 @@ class NetworkTrayView : public TrayItemView,
network_icon::NetworkIconAnimation::GetInstance()->RemoveObserver(this);
}
+ std::string GetClassName() const { return "NetworkTrayView"; }
+
void Update(const NetworkIconInfo& info) {
if (UseNewNetworkHandlers())
return;
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698