| 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 9e94aa8716f64cf2363440f2eea456d9a37aab92..b372ab6e850286d9b13ee67d60feb3a97770c66e 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -363,11 +363,16 @@
|
| "extension.sendRequest": {
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| },
|
| - "extensionOptionsInternal": {
|
| + "extensionOptionsInternal": [{
|
| "internal": true,
|
| "contexts": ["blessed_extension"],
|
| "dependencies": ["permission:embeddedExtensionOptions"]
|
| - },
|
| + }, {
|
| + "internal": true,
|
| + "channel": "trunk",
|
| + "contexts": ["webui"],
|
| + "matches": ["chrome://extensions-frame/*", "chrome://chrome/extensions", "chrome-extension://*/*"]
|
| + }],
|
| // This is not a real API, only here for documentation purposes.
|
| // See http://crbug.com/275944 for background.
|
| "extensionsManifestTypes": {
|
| @@ -441,6 +446,11 @@
|
| "internal": true,
|
| "dependencies": ["permission:webview"],
|
| "contexts": ["unblessed_extension"]
|
| + }, {
|
| + "internal": true,
|
| + "channel": "trunk",
|
| + "contexts": ["webui"],
|
| + "matches": ["chrome://*/*"]
|
| }],
|
| "hangoutsPrivate": {
|
| "channel": "stable",
|
|
|