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 d989e9567599f30bc564786a1447c11dc8b6295f..4bfac0bf486e520e4bf3093406ceea6c3db570b9 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -638,6 +638,13 @@ |
| "location": "component", |
| "platforms": ["chromeos"] |
| }, |
| + "mediaRouterPrivate": { |
| + "channel": "stable", |
| + "extension_types": ["platform_app", "extension"], |
|
Devlin
2015/04/02 21:06:50
Do we need multiple extension types when there's o
Kevin M
2015/04/02 21:32:07
Done.
|
| + "whitelist": [ |
| + "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569 |
| + ] |
| + }, |
| "metricsPrivate": { |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |