| Index: extensions/common/extension.h
|
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h
|
| index 4c76478b50de4fb8371c0ba542fa7e5953ef3e3a..5419d1f48bb849045e7ffc7feb52fd313b013af8 100644
|
| --- a/extensions/common/extension.h
|
| +++ b/extensions/common/extension.h
|
| @@ -102,7 +102,8 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| DISABLE_REMOTE_INSTALL = 1 << 11,
|
| DISABLE_INACTIVE_EPHEMERAL_APP = 1 << 12, // Cached ephemeral apps are
|
| // disabled to prevent activity.
|
| - DISABLE_REASON_LAST = 1 << 13, // This should always be the last value
|
| + DISABLE_UPDATE_REQUIRED_BY_POLICY = 1 << 13,
|
| + DISABLE_REASON_LAST = 1 << 14, // This should always be the last value
|
| };
|
|
|
| // A base class for parsed manifest data that APIs want to store on
|
|
|