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 7051eb58dadca513bc6afc12f8c0ca1477bf87ec..d0ebe4fda602ebe612149906a3e4e71907c4ee16 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -375,11 +375,16 @@ |
| "extension.sendRequest": { |
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| }, |
| - "extensionOptionsInternal": { |
| + "extensionOptionsInternal": [{ |
| "internal": true, |
| "contexts": ["blessed_extension"], |
| "dependencies": ["permission:embeddedExtensionOptions"] |
| - }, |
| + }, { |
| + "internal": true, |
| + "channel": "trunk", |
|
not at google - send to devlin
2014/08/12 00:08:23
no much point having this channel restriction real
ericzeng
2014/08/12 00:32:26
If I remove the channel restriction, it gives me t
not at google - send to devlin
2014/08/12 00:33:38
oh damn it. ok, put it back then...
I'll fix that
|
| + "contexts": ["webui"], |
| + "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"] |
| + }], |
| // This is not a real API, only here for documentation purposes. |
| // See http://crbug.com/275944 for background. |
| "extensionsManifestTypes": { |
| @@ -453,6 +458,11 @@ |
| "internal": true, |
| "dependencies": ["permission:webview"], |
| "contexts": ["unblessed_extension"] |
| + }, { |
| + "internal": true, |
| + "channel": "trunk", |
|
not at google - send to devlin
2014/08/12 00:08:23
ditto
ericzeng
2014/08/12 00:32:26
ditto
|
| + "contexts": ["webui"], |
| + "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"] |
| }], |
| "hangoutsPrivate": { |
| "channel": "stable", |