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

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

Issue 1531823002: [extensions] Update content_capabilities whitelists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 26a437c4f2c53191dcab2c53f632e3e766985f1d..7451d4c119cc17c1ae268f88d7d8de75d2d9f6ff 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -101,6 +101,22 @@
"C8B53B3C2CC39CB504B19D990165684FF0CE880C" // http://crbug.com/521615
]
}, {
+ "channel": "beta",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "4895B1DBB92D52488F8D9FFDF9CC7B95C7258C9A", // https://crbug.com/570337
+ "A3880AA78DB0004DE841CC980959D8443F3A8E40", // https://crbug.com/570337
+ "C8B53B3C2CC39CB504B19D990165684FF0CE880C" // https://crbug.com/570337
+ ]
+ }, {
+ "channel": "dev",
+ "extension_types": ["extension"],
+ "whitelist": [
+ "4895B1DBB92D52488F8D9FFDF9CC7B95C7258C9A", // https://crbug.com/570337
+ "A3880AA78DB0004DE841CC980959D8443F3A8E40", // https://crbug.com/570337
+ "C8B53B3C2CC39CB504B19D990165684FF0CE880C" // https://crbug.com/570337
+ ]
+ }, {
"channel": "canary",
"extension_types": ["extension"]
}],
« 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