Chromium Code Reviews| Index: ash/public/interfaces/update.mojom |
| diff --git a/ash/public/interfaces/update.mojom b/ash/public/interfaces/update.mojom |
| index dd52e5033cadad36ae881dd3f6c896f4336caf5e..894d19a9036248429ef4016d51e4fc9c34bf93c2 100644 |
| --- a/ash/public/interfaces/update.mojom |
| +++ b/ash/public/interfaces/update.mojom |
| @@ -15,3 +15,9 @@ enum UpdateSeverity { |
| SEVERE, |
| CRITICAL, |
| }; |
| + |
| +// The type of update being applied. Sets the string in the system tray. |
| +enum UpdateType { |
| + FLASH, |
| + SYSTEM, |
| +}; |