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

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: Squash all changes into a single git commit Created 5 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e0699041defde530156855f3d3fcc7dabbc6aa70..408060055c1e583764120df6acad2edd3efcd25f 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -678,9 +678,9 @@
"F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/456214
]
},
- "mdns": {
+ "mdns": [{
"channel": "stable",
- "extension_types": ["extension", "platform_app"],
+ "extension_types": ["extension"],
"whitelist": [
"63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
"FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
@@ -695,6 +695,10 @@
"EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
]
},
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ }],
"musicManagerPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698