| Index: ash/public/interfaces/system_tray.mojom
|
| diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
|
| index 65046057140468cac34ad4d88aa38483c30435fb..2c1b57fbf2367f1f6c75d12eeeb19c2683ccf981 100644
|
| --- a/ash/public/interfaces/system_tray.mojom
|
| +++ b/ash/public/interfaces/system_tray.mojom
|
| @@ -26,7 +26,7 @@ interface SystemTray {
|
| // 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);
|
| + ShowUpdateIcon(UpdateSeverity severity, bool factory_reset_required, UpdateType update_type);
|
| };
|
|
|
| // Allows ash system tray to control a client (e.g. Chrome browser). Requests
|
|
|