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

Unified Diff: ash/common/system/date/tray_date.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/common/system/date/tray_date.cc
diff --git a/ash/common/system/date/tray_date.cc b/ash/common/system/date/tray_date.cc
index d2c0ec52b0f65eb82ffd05e91b544b793c901396..c56b41f5508c6b74cf8b6a64f28153709d6dc7ad 100644
--- a/ash/common/system/date/tray_date.cc
+++ b/ash/common/system/date/tray_date.cc
@@ -19,7 +19,7 @@
namespace ash {
TrayDate::TrayDate(SystemTray* system_tray)
- : SystemTrayItem(system_tray),
+ : SystemTrayItem(system_tray, DATE_POWER_LOCK),
tdanderson 2016/07/19 21:58:39 Just DATE?
bruthig 2016/07/20 18:15:52 Done.
time_tray_(NULL),
default_view_(NULL),
login_status_(LoginStatus::NOT_LOGGED_IN) {

Powered by Google App Engine
This is Rietveld 408576698