Chromium Code Reviews| Index: extensions/common/api/_api_features.json |
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
| index 944436e24c0628f63c265430b13c1c33e1b4313a..2052a41412364ae1a5304c8b018ab0e5ed129c9d 100644 |
| --- a/extensions/common/api/_api_features.json |
| +++ b/extensions/common/api/_api_features.json |
| @@ -73,19 +73,12 @@ |
| "runtime.onMessage": { |
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| }, |
| - "runtime.reload": { |
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| - }, |
| - "runtime.requestUpdateCheck": { |
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| - }, |
|
not at google - send to devlin
2014/07/09 03:06:54
I will need to send out a PSA to the extensions ma
asargent_no_longer_on_chrome
2014/07/09 18:09:47
Is there a downside to allowing runtime.reload and
not at google - send to devlin
2014/07/09 18:14:25
I think anything that only makes sense to be media
not at google - send to devlin
2014/07/09 20:59:24
We've never documented it as being available in co
|
| "runtime.sendMessage": { |
| "contexts": "all", |
| "matches": ["<all_urls>"] |
| }, |
| "runtime.setUninstallURL": { |
| - "channel": "dev", |
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| + "channel": "dev" |
| }, |
| "socket": { |
| "dependencies": ["permission:socket"], |