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

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

Issue 668983003: Enable chrome.mdns for Chrome Apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reinstate mdns service type whitelist for extensions and fix formatting. Created 6 years, 1 month 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index b40d5c7486974a8af692b1fab676aa92b560242a..46e5fafbe9ebe7327ac5c7473285c4e0ba0f8c10 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -724,9 +724,9 @@
"A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067
]
},
- "mdns": {
+ "mdns": [{
"channel": "stable",
- "extension_types": ["extension", "platform_app"],
+ "extension_types": ["extension"],
"whitelist": [
"63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
"FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
@@ -739,6 +739,12 @@
"F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691
]
},
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"], // Allow platform apps to access the
not at google - send to devlin 2014/11/17 23:22:15 This line is self explanatory, no need to have a c
Red Daly 2014/11/19 21:31:50 Done.
+ // API.
+ "whitelist": []
not at google - send to devlin 2014/11/17 23:22:15 no "whitelist"
Red Daly 2014/11/19 21:31:50 Done.
+ }],
"musicManagerPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],

Powered by Google App Engine
This is Rietveld 408576698