Chromium Code Reviews| 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"], |