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"], |