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

Unified Diff: ash/system/tray/tray_details_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/tiles/tray_tiles_unittest.cc ('k') | ash/system/tray/tray_details_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_details_view.h
diff --git a/ash/system/tray/tray_details_view.h b/ash/system/tray/tray_details_view.h
index 42a65b241e46af0adefcfc90719bcd5a5c2f1461..f7f30f4976e6f26fc105b06850097a305aa572e1 100644
--- a/ash/system/tray/tray_details_view.h
+++ b/ash/system/tray/tray_details_view.h
@@ -8,7 +8,6 @@
#include <memory>
#include "ash/ash_export.h"
-#include "ash/login_status.h"
#include "ash/system/tray/tray_constants.h"
#include "ash/system/tray/view_click_listener.h"
#include "base/macros.h"
@@ -79,9 +78,8 @@ class ASH_EXPORT TrayDetailsView : public views::View,
// Helper functions which create and return the settings and help buttons,
// respectively, used in the material design top-most header row. The caller
// assumes ownership of the returned buttons.
- views::CustomButton* CreateSettingsButton(LoginStatus status,
- int setting_accessible_name_id);
- views::CustomButton* CreateHelpButton(LoginStatus status);
+ views::CustomButton* CreateSettingsButton(int setting_accessible_name_id);
+ views::CustomButton* CreateHelpButton();
TriView* tri_view() { return tri_view_; }
« no previous file with comments | « ash/system/tiles/tray_tiles_unittest.cc ('k') | ash/system/tray/tray_details_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698