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

Unified Diff: extensions/common/extension.h

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: -Removed old includes, added lock check to SetUsesDefaultHostRestrictions Created 3 years, 9 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: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index 308b4d889cb3b2d0cc2dc167125f1d43208febe7..72de820e58b1a128641b2c3370fcca683a5fbde1 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -545,6 +545,7 @@ struct UpdatedExtensionPermissionsInfo {
enum Reason {
ADDED, // The permissions were added to the extension.
REMOVED, // The permissions were removed from the extension.
+ POLICY, // The policy that affects permissions was updated.
};
Reason reason;

Powered by Google App Engine
This is Rietveld 408576698