| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 4f8674c7dbe6072642cbe72cb4bec7b0620d139a..7ed76f120835ba245a2c8e76232ad13d8cb14850 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -91,6 +91,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| DISABLE_UNSUPPORTED_REQUIREMENT = 1 << 3,
|
| DISABLE_SIDELOAD_WIPEOUT = 1 << 4,
|
| DISABLE_UNKNOWN_FROM_SYNC = 1 << 5,
|
| + DISABLE_MISSING_IMPORT = 1 << 6,
|
| };
|
|
|
| enum InstallType {
|
|
|