Chromium Code Reviews| 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) { |