Index: extensions/common/extension.h |
diff --git a/extensions/common/extension.h b/extensions/common/extension.h |
index 3354fa625c2a170096a871cc86cb70c285e6b5fd..10df63c9797875659a657c31ca0a7535ca1a2321 100644 |
--- a/extensions/common/extension.h |
+++ b/extensions/common/extension.h |
@@ -99,7 +99,8 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
DISABLE_KNOWN_DISABLED = 1 << 7, |
DISABLE_NOT_VERIFIED = 1 << 8, // Disabled because we could not verify |
// the install. |
- DISABLE_GREYLIST = 1 << 9 |
+ DISABLE_GREYLIST = 1 << 9, |
+ DISABLE_CORRUPTED = 1 << 10, |
}; |
enum InstallType { |