| 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 fb9c1e75149eacb19e8f7b546ce274a9dd2242ef..1c73ec9d830562d0c9d4768555dd2064bb931600 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -51,6 +51,50 @@
|
| "channel": "stable",
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| },
|
| + "runtime": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| + "runtime.connect": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.getManifest": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.getURL": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.id": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.lastError": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.onConnect": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.onMessage": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.reload": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.requestUpdateCheck": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| + "runtime.sendMessage": {
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| + },
|
| "webRequestInternal": {
|
| "internal": true,
|
| "channel": "stable",
|
|
|