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

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: 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..22167af816e067cf8436e9394f36beba9f60b018 100644
--- a/ash/system/chromeos/network/tray_network.cc
+++ b/ash/system/chromeos/network/tray_network.cc
@@ -131,6 +131,10 @@ class NetworkTrayView : public TrayItemView,
network_icon::NetworkIconAnimation::GetInstance()->RemoveObserver(this);
}
+ std::string GetClassName() const {
+ return "ash/system/chromeos/network/NetworkTrayView";
James Cook 2013/04/24 22:47:34 nit: I think it's OK to just call this NetworkTray
stevenjb 2013/04/24 22:53:24 Done.
+ }
+
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