| 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;
|
|
|