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

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

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the COUNT value from the SystemMenuDefaultViewRows enum. Created 4 years, 5 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
Index: ash/common/system/chromeos/network/tray_network.cc
diff --git a/ash/common/system/chromeos/network/tray_network.cc b/ash/common/system/chromeos/network/tray_network.cc
index 318b5eb946d670c020f0de209208c86f61f34469..b0944256b9757f09f7b66959d3ca16624710c3f2 100644
--- a/ash/common/system/chromeos/network/tray_network.cc
+++ b/ash/common/system/chromeos/network/tray_network.cc
@@ -235,7 +235,7 @@ class NetworkWifiDetailedView : public NetworkDetailedView {
} // namespace tray
TrayNetwork::TrayNetwork(SystemTray* system_tray)
- : SystemTrayItem(system_tray),
+ : SystemTrayItem(system_tray, UMA_NETWORK),
tray_(NULL),
default_(NULL),
detailed_(NULL),

Powered by Google App Engine
This is Rietveld 408576698