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..5d5270d27904dc4682f5509c4fa76c360d5458c9 100644 |
| --- a/ash/public/interfaces/update.mojom |
| +++ b/ash/public/interfaces/update.mojom |
| @@ -15,3 +15,10 @@ enum UpdateSeverity { |
| SEVERE, |
| CRITICAL, |
| }; |
| + |
| +// The type of update being applied. Sets the string in the system tray. |
| +enum UpdateType { |
| + NONE, |
|
James Cook
2017/04/18 00:57:28
Is NONE used? If not, I would just provide SYSTEM
Greg K
2017/04/18 22:46:50
Done.
|
| + SYSTEM, |
| + FLASH |
| +}; |