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

Unified Diff: ash/public/interfaces/system_tray.mojom

Issue 2625473002: Connect Login UI to SystemTray (Closed)
Patch Set: nits Created 3 years, 11 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
Index: ash/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index 7013d624fc09ddd191ff543b1fac028cabd0580c..99ba17e61be7759633428d665360622f473a3084 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -11,6 +11,13 @@ interface SystemTray {
// Sets the client interface.
SetClient(SystemTrayClient client);
+ // Sets the enabled state of the tray on the primary display. If not |enabled|
+ // any open menu will be closed.
+ SetPrimaryTrayEnabled(bool enabled);
+
+ // Sets the visibility of the tray on the primary display.
+ SetPrimaryTrayVisible(bool visible);
+
// Sets the clock to use 24 hour time formatting if |use_24_hour| is true.
// Otherwise sets 12 hour time formatting.
SetUse24HourClock(bool use_24_hour);
« no previous file with comments | « ash/common/system/tray/system_tray_controller.cc ('k') | chrome/browser/chromeos/login/ui/webui_login_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698