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

Unified Diff: ash/system/chromeos/tray_display.cc

Issue 2193913002: Added Ash.SystemMenu.DefaultView.VisibleRows histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Merge remote-tracking branch 'refs/remotes/branch-heads/2785' into drover_2785 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
« no previous file with comments | « ash/system/chromeos/tray_caps_lock.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_display.cc
diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
index 657987c24fab081b51a8dc1f807858a052b24003..e38fdc8563024a2f06a0032eededb68ec6dc0e08 100644
--- a/ash/system/chromeos/tray_display.cc
+++ b/ash/system/chromeos/tray_display.cc
@@ -319,7 +319,7 @@ class DisplayView : public ActionableView {
};
TrayDisplay::TrayDisplay(SystemTray* system_tray)
- : SystemTrayItem(system_tray), default_(NULL) {
+ : SystemTrayItem(system_tray, UMA_DISPLAY), default_(nullptr) {
Shell::GetInstance()->window_tree_host_manager()->AddObserver(this);
UpdateDisplayInfo(NULL);
}
« no previous file with comments | « ash/system/chromeos/tray_caps_lock.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698