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

Unified Diff: ash/system/tiles/tiles_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/ime_menu/ime_menu_tray.cc ('k') | ash/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tiles/tiles_default_view.h
diff --git a/ash/system/tiles/tiles_default_view.h b/ash/system/tiles/tiles_default_view.h
index 075e7aae0c53387c4d63445c745edb25c25a2c2b..d6fe3a8a87ec29136696a4a41470a13ead35f021 100644
--- a/ash/system/tiles/tiles_default_view.h
+++ b/ash/system/tiles/tiles_default_view.h
@@ -6,7 +6,6 @@
#define ASH_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
#include "ash/ash_export.h"
-#include "ash/login_status.h"
#include "base/macros.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/view.h"
@@ -23,7 +22,7 @@ class SystemTrayItem;
class ASH_EXPORT TilesDefaultView : public views::View,
public views::ButtonListener {
public:
- TilesDefaultView(SystemTrayItem* owner, LoginStatus login);
+ explicit TilesDefaultView(SystemTrayItem* owner);
~TilesDefaultView() override;
// Sets the layout manager and child views of |this|.
@@ -43,7 +42,6 @@ class ASH_EXPORT TilesDefaultView : public views::View,
friend class TrayTilesTest;
SystemTrayItem* owner_;
- LoginStatus login_;
// Pointers to the child buttons of |this|. Note that some buttons may not
// exist (depending on the user's current login status, for instance), in
« no previous file with comments | « ash/system/ime_menu/ime_menu_tray.cc ('k') | ash/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698