| 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);
|
|
|