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 671d5716896496fac5590de40cf709a7e3d7e1b8..23a2a33e8b620f71cf384bb18af5c6e3aea4691b 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -924,11 +924,21 @@ |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app"] |
| }, |
| - "settingsPrivate": { |
| - "channel": "trunk", |
| - "extension_types": ["extension", "platform_app"], |
| - "location": "component" |
| - }, |
| + "settingsPrivate": [ |
| + { |
| + "channel": "trunk", |
| + "extension_types": ["extension", "platform_app"], |
| + "location": "component" |
| + }, |
| + { |
| + "channel": "trunk", |
|
Devlin
2016/01/28 19:04:11
Assuming you want to use this anywhere other than
amp
2016/01/28 19:38:35
Yes, we will want to have this released to stable
|
| + "extension_types": ["extension", "platform_app"], |
|
amp
2016/01/28 17:59:11
I tried adding a
"location": "external_component"
Devlin
2016/01/28 19:04:11
Huh. Interesting. With a whitelist, it doesn't r
amp
2016/01/28 19:38:35
Right, thanks for the clarification. My dev build
|
| + "whitelist": [ |
| + "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev |
| + "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Release |
| + ] |
| + } |
| + ], |
| "signedInDevices": { |
| "channel": "dev", |
| "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |