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

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: Prevent removal of rules set in manifest. Created 5 years, 6 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..60ca1e766db431d6dd6e8bbec038dda7a512602b 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -96,6 +96,10 @@
],
"no_doc": true
},
+ "event_rules": {
+ "channel": "stable",
not at google - send to devlin 2015/06/04 17:58:48 Note to readers (no action needed): I don't think
danduong 2015/06/04 19:56:07 Acknowledged.
+ "extension_types": "all"
not at google - send to devlin 2015/06/04 17:58:48 "all" is scary, but the right thing in this case.
danduong 2015/06/04 19:10:58 Done.
+ },
"devtools_page": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]

Powered by Google App Engine
This is Rietveld 408576698