Chromium Code Reviews| Index: chrome/common/extensions/api/_api_features.json |
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
| index 90b1befc9de9ba7b1061a203c84d792d20d7dd7c..a5e082a47ab0c21db2312233ad4ae950d454bcce 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -517,6 +517,10 @@ |
| "dependencies": ["permission:mdns"], |
| "contexts": ["blessed_extension"] |
| }, |
| + "mimeHandler": { |
| + "dependencies": ["permission:streamsPrivate"], |
|
Zachary Kuznia
2015/01/14 00:40:08
Is there a reason to reuse this permission?
Sam McNally
2015/01/14 01:48:49
Switched to the mime_types_handler manifest featur
|
| + "contexts": ["blessed_extension"] |
| + }, |
| "mimeHandlerViewGuestInternal": { |
| "internal": true, |
| "contexts": "all", |