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

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

Issue 2625473002: Connect Login UI to SystemTray (Closed)
Patch Set: 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..14f9ea5cbd8cfed37f54bb79047b23a4e192d7bf 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 on the primary tray. If not |enabled| any open
James Cook 2017/01/09 19:30:05 nit: on -> of. Also, I might say "tray on the prim
jonross 2017/01/09 22:01:35 Done.
+ // menu will be closed.
+ SetPrimaryTrayEnabled(bool enabled);
+
+ // Sets the visibility of the primary tray.
+ 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);

Powered by Google App Engine
This is Rietveld 408576698