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 fb9c1e75149eacb19e8f7b546ce274a9dd2242ef..2c26024167be6b6999763888a7595434e2ea5827 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -51,6 +51,10 @@ |
| "channel": "stable", |
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| }, |
| + "runtime": { |
| + "channel": "stable", |
| + "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
|
cduvall
2013/04/26 02:07:21
Not sure if this is right or not, or if it needs e
not at google - send to devlin
2013/04/27 01:02:43
It does need extension types, it's odd that this w
cduvall
2013/05/01 02:51:47
I think without extension_types, it defaults to be
not at google - send to devlin
2013/05/01 20:47:04
yeah, so, these runtime APIs shouldn't be availabl
cduvall
2013/05/01 23:47:10
I think it would definitely be useful for pretty m
|
| + }, |
| "webRequestInternal": { |
| "internal": true, |
| "channel": "stable", |