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; |