Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2370)

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 453613002: Implement support for <extensionoptions> embedding in WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (again) Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698