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

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 1158693006: Create a mechanism define declarative rules via the extension manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test Created 5 years, 7 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/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 201815014165f4f1211dc02c32cd9c56f2bcc7ad..fe64a5e5a9d64a1821657c03d01ad8f82073fb9e 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -96,6 +96,10 @@
],
"no_doc": true
},
+ "declarativeContent": {
not at google - send to devlin 2015/06/02 22:44:50 Use declarative_content to be consistent e.g. brow
danduong 2015/06/04 23:06:37 Done. Using event_rules.
+ "channel": "stable",
+ "extension_types": "all"
+ },
"devtools_page": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698