| 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..89362dd8dbb65d03196c6261a212bd9389d94bb9 100644
|
| --- a/ash/public/interfaces/system_tray.mojom
|
| +++ b/ash/public/interfaces/system_tray.mojom
|
| @@ -3,8 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| module ash.mojom;
|
| -
|
| -import "ash/public/interfaces/update.mojom";
|
|
|
| // Allows clients (e.g. Chrome browser) to control the ash system tray menu.
|
| interface SystemTray {
|
| @@ -14,11 +12,6 @@
|
| // 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);
|
| -
|
| - // Shows an icon in the system tray indicating that a software update is
|
| - // available. Once shown the icon persists until reboot. |severity| and
|
| - // |factory_reset_required| are used to set the icon, color, and tooltip.
|
| - ShowUpdateIcon(UpdateSeverity severity, bool factory_reset_required);
|
| };
|
|
|
| // Allows ash system tray to control a client (e.g. Chrome browser). Requests
|
|
|