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

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: Respond to kalman's comments. 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..f39227b3fe80a2324d8fb4e4c5e5758aa21a8fe3 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,10 @@
"F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691
]
},
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ }],
"musicManagerPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],

Powered by Google App Engine
This is Rietveld 408576698