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

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

Issue 976983003: Enable content_capabilities on dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dev -> canary Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 0d04b6db2af04e47752065fed320772c437520a0..8a1966d8f3ddb549228668f1285905c300b287b9 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -86,13 +86,16 @@
"81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
]
}],
- "content_capabilities": {
+ "content_capabilities": [{
"channel": "stable",
"extension_types": ["extension"],
"whitelist": [
"950D13BB9B4794F4CA2A68D3597E5DFAA47C88AE" // Drive
]
- },
+ }, {
+ "channel": "canary",
+ "extension_types": ["extension"]
+ }],
"content_security_policy": {
"channel": "stable",
// Platform apps have a restricted content security policy that cannot be
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698