Chromium Code Reviews| Index: ash/common/system/tray/system_tray_delegate.h |
| diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h |
| index 20a1b4f6de8a85156d2e82b8c227425e0907bf6f..bd74b7b7a24a1ee82fde332665813b82454c4f93 100644 |
| --- a/ash/common/system/tray/system_tray_delegate.h |
| +++ b/ash/common/system/tray/system_tray_delegate.h |
| @@ -67,6 +67,7 @@ struct ASH_EXPORT UpdateInfo { |
| UpdateSeverity severity; |
| bool update_required; |
| bool factory_reset_required; |
| + bool component_update_required; |
|
James Cook
2016/11/30 23:01:41
nit (if you keep this): Document this. Might be he
|
| }; |
| class CastConfigDelegate; |