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 f90e8864236047a634b2b6465ef86377e76b27f5..ff41371abe4e8aba14024135b0593c6d72734bee 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -71,7 +71,8 @@ |
| "runtime.connect": { |
| "channel": "stable", |
| "extension_types": ["extension", "packaged_app", "platform_app"], |
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| + "contexts": "all", |
|
Jeffrey Yasskin
2013/06/08 00:28:09
Can you add a comment saying where the schema for
not at google - send to devlin
2013/06/08 02:02:33
Done.
|
| + "matches": ["<all_urls>"] |
| }, |
| "runtime.getManifest": { |
| "channel": "stable", |
| @@ -116,7 +117,8 @@ |
| "runtime.sendMessage": { |
| "channel": "stable", |
| "extension_types": ["extension", "packaged_app", "platform_app"], |
| - "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| + "contexts": "all", |
| + "matches": ["<all_urls>"] |
| }, |
| "runtime.setUninstallUrl": { |
| "channel": "dev", |