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

Unified Diff: ash/system/date/system_info_default_view.h

Issue 2821363002: cros: Disable system tray help/lock buttons during supervised user creation (Closed)
Patch Set: fix browser test Created 3 years, 8 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/bluetooth/tray_bluetooth.cc ('k') | ash/system/date/system_info_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/system_info_default_view.h
diff --git a/ash/system/date/system_info_default_view.h b/ash/system/date/system_info_default_view.h
index 4143caca419954236fd7a2150fac56eba10712c3..1ba1c4fd844195c9ce90407b31de4bc023186ee2 100644
--- a/ash/system/date/system_info_default_view.h
+++ b/ash/system/date/system_info_default_view.h
@@ -6,7 +6,6 @@
#define ASH_SYSTEM_DATE_SYSTEM_INFO_DEFAULT_VIEW_H_
#include "ash/ash_export.h"
-#include "ash/login_status.h"
#include "base/macros.h"
#include "ui/views/view.h"
@@ -24,8 +23,7 @@ class DateView;
// power status.
class ASH_EXPORT SystemInfoDefaultView : public views::View {
public:
- SystemInfoDefaultView(SystemTrayItem* owner, LoginStatus login);
-
+ explicit SystemInfoDefaultView(SystemTrayItem* owner);
~SystemInfoDefaultView() override;
tray::DateView* GetDateView();
« no previous file with comments | « ash/system/bluetooth/tray_bluetooth.cc ('k') | ash/system/date/system_info_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698