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

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

Issue 599163003: Add whitelist for extensions to put <all_urls> in externally_connectable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed permission warnings unittest Created 6 years, 3 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: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index ca3ac5759e5395eb7d1104e931b715eb5e862a19..0e1b58f9d32993de8022e012fd2f515b92a5a61e 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -107,6 +107,16 @@
]
}
],
+ "externally_connectable.all_urls": {
+ "channel": "stable",
+ "extension_types": [
+ "extension", "hosted_app", "legacy_packaged_app", "platform_app"
+ ],
+ "whitelist": [
+ "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests
+ "E24F1786D842E91E74C27929B0B3715A4689A473" // http://crbug.com/417494
+ ]
+ },
"hid": [
{
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698