Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: ash/common/system/tray/system_tray_delegate.h

Issue 2493973003: Display "Restart to update" dialog to Chrome OS users. (Closed)
Patch Set: Display "Restart to update" dialog to Chrome OS users. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698