Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6512)

Unified Diff: chrome/common/extensions/extension.h

Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: All New! (Removed sync tracing code) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698