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

Unified Diff: components/update_client/crx_update_item.h

Issue 879993005: Add support for uninstalling components and use it in SupervisedUserWhitelistInstaller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fix Created 5 years, 10 months 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: components/update_client/crx_update_item.h
diff --git a/components/update_client/crx_update_item.h b/components/update_client/crx_update_item.h
index ba38a1b6c8694e9292998d2255f6c8ff90acba1a..09af62fde432687171cfe092d9196281f90f8210 100644
--- a/components/update_client/crx_update_item.h
+++ b/components/update_client/crx_update_item.h
@@ -71,6 +71,10 @@ struct CrxUpdateItem {
// enforce conditions or notify observers of the change.
Status status;
+ // True if the component was recently unregistered and will be uninstalled
+ // soon (after the currently operation is finished, if there is one).
+ bool unregistered;
+
std::string id;
CrxComponent component;

Powered by Google App Engine
This is Rietveld 408576698