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

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: Fixed ash_unittests compile errors. 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..3ce90c565e27e5e82f3361ecda3dbb8caa2cb70f 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, DISPLAY), default_(NULL) {
WmShell::Get()->AddDisplayObserver(this);
UpdateDisplayInfo(NULL);
}

Powered by Google App Engine
This is Rietveld 408576698