Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 21881ee5d8c3bb81e4a5c9d0b785fe64885b8cd9..0b3f06c0fda6e60ae9faf47e87528b66abaaab74 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_REQUIREMENTS, |
DISABLE_LAST, // Not used. |
}; |
@@ -1184,6 +1185,6 @@ struct UpdatedExtensionPermissionsInfo { |
Reason reason); |
}; |
-} // namespace extensions |
+} // namespace extensions |
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_ |