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

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: Add unit test for MDnsAPI 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
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",
Vitaly Buka (NO REVIEWS) 2015/03/18 19:07:00 We need mdns for PrinterProvider api users. and us
Vitaly Buka (NO REVIEWS) 2015/03/18 21:09:14 Please ignore this one, we are good with app too.
- "extension_types": ["extension", "platform_app"],
+ "extension_types": ["extension"],
"whitelist": [
"63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
Vitaly Buka (NO REVIEWS) 2015/03/18 19:07:00 728-744: need two more spacess
Vitaly Buka (NO REVIEWS) 2015/03/18 21:09:14 Please ignore this one too.
"FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
@@ -739,6 +739,10 @@
"F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691
]
},
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ }],
"musicManagerPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],
« chrome/browser/extensions/api/mdns/mdns_api.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698