summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/_api_features.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/_api_features.json')
-rw-r--r--chrome/common/extensions/api/_api_features.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 7051eb5..d0ebe4f 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",
+ "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",
+ "contexts": ["webui"],
+ "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
}],
"hangoutsPrivate": {
"channel": "stable",