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

Unified Diff: ash/system/chromeos/tray_display.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/system/chromeos/tray_display.cc
diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
index f595dedf1c1fec114180d5d5e915c50391f15527..66c184b9d252e08a1dd949f9d96b785ac2893ff5 100644
--- a/ash/system/chromeos/tray_display.cc
+++ b/ash/system/chromeos/tray_display.cc
@@ -318,7 +318,7 @@ class DisplayView : public ActionableView {
};
TrayDisplay::TrayDisplay(SystemTray* system_tray)
- : SystemTrayItem(system_tray), default_(NULL) {
+ : SystemTrayItem(system_tray, UMA_DISPLAY), default_(nullptr) {
WmShell::Get()->AddDisplayObserver(this);
UpdateDisplayInfo(NULL);
}
« no previous file with comments | « ash/system/chromeos/rotation/tray_rotation_lock.cc ('k') | ash/system/web_notification/web_notification_tray_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698