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

Unified Diff: ash/system/tiles/tray_tiles.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/tiles_default_view.cc ('k') | ash/system/tiles/tray_tiles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tiles/tray_tiles.h
diff --git a/ash/system/tiles/tray_tiles.h b/ash/system/tiles/tray_tiles.h
index a1c1f629e69639867808440112c30106ffe47edc..6100a2c590cfdb5e1e0c23593501033b24fca8ef 100644
--- a/ash/system/tiles/tray_tiles.h
+++ b/ash/system/tiles/tray_tiles.h
@@ -25,7 +25,7 @@ class ASH_EXPORT TrayTiles : public SystemTrayItem {
views::View* GetHelpButtonView() const;
TilesDefaultView* GetDefaultViewForTesting() const;
- views::View* CreateDefaultViewForTesting(LoginStatus status);
+ views::View* CreateDefaultViewForTesting();
private:
friend class TrayTilesTest;
« no previous file with comments | « ash/system/tiles/tiles_default_view.cc ('k') | ash/system/tiles/tray_tiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698