| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 21881ee5d8c3bb81e4a5c9d0b785fe64885b8cd9..b69c27221510235532f4dfbd96e66192f493b2ce 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -101,6 +101,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| DISABLE_USER_ACTION,
|
| DISABLE_PERMISSIONS_INCREASE,
|
| DISABLE_RELOAD,
|
| + DISABLE_UNSUPPORTED_REQUIREMENT,
|
| DISABLE_LAST, // Not used.
|
| };
|
|
|
| @@ -1184,6 +1185,6 @@ struct UpdatedExtensionPermissionsInfo {
|
| Reason reason);
|
| };
|
|
|
| -} // namespace extensions
|
| +} // namespace extensions
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_
|
|
|