Chromium Code Reviews| Index: chrome/common/extensions/api/_manifest_features.json |
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json |
| index 9c119117f6ff47e94d7cf7b197864045b5cdf463..ee6a5ed484ce78969e4e33c1592dc266bd2ba715 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -170,12 +170,6 @@ |
| "extension_types": ["shared_module"] |
| } |
| ], |
| - "externally_connectable": { |
| - "channel": "stable", |
| - "extension_types": [ |
| - "extension", "hosted_app", "legacy_packaged_app", "platform_app" |
| - ] |
| - }, |
| "file_browser_handlers": [ |
| { |
| "channel": "stable", |
| @@ -187,27 +181,10 @@ |
| "location": "component" |
| } |
| ], |
| - "file_handlers": [ |
| - { |
| - "channel": "stable", |
| - "extension_types": ["platform_app"] |
| - }, { |
| - "channel": "stable", |
| - "extension_types": [ "extension"], |
| - "whitelist": [ |
| - "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| - "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal |
| - "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension |
| - ] |
| - }], |
| "homepage_url": { |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app"] |
| }, |
| - "icons": { |
| - "channel": "stable", |
| - "extension_types": "all" |
| - }, |
| "import": { |
| "channel": "stable", |
| "extension_types": "all" |
| @@ -220,20 +197,6 @@ |
| "channel": "stable", |
| "extension_types": "all" |
| }, |
| - "launcher_page": { |
| - "channel": "stable", |
| - "min_manifest_version": 2, |
| - "extension_types": ["platform_app"], |
| - "whitelist": [ |
| - "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 |
| - "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 |
| - "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000 |
| - ] |
| - }, |
| - "manifest_version": { |
| - "channel": "stable", |
| - "extension_types": "all" |
| - }, |
| "mime_types": { |
| "channel": "stable", |
| "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], |
| @@ -264,16 +227,6 @@ |
| "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| ] |
| }, |
| - "nacl_modules": { |
| - "channel": "stable", |
| - "extension_types": [ |
| - "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| - ] |
| - }, |
| - "name": { |
|
Ken Rockot(use gerrit already)
2014/09/17 22:12:07
Hah, this and version are particularly egregious o
|
| - "channel": "stable", |
| - "extension_types": "all" |
| - }, |
| "oauth2": { |
| "channel": "stable", |
| "extension_types": [ |
| @@ -400,9 +353,5 @@ |
| "url_handlers": { |
| "channel": "stable", |
| "extension_types": ["platform_app"] |
| - }, |
| - "version": { |
| - "channel": "stable", |
| - "extension_types": "all" |
| } |
| } |