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

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

Issue 572633003: Enable webview tag in webui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 3 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
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index dd5b3a72fccb23b44263ddaa956dbd7dc4678f71..10702fba593449d8f0020bf851e6464e390fa6a8 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -73,16 +73,14 @@
"channel": "stable",
"contexts": ["blessed_extension"]
}, {
- // Component extensions can use the guestViewInternal API from iframes.
- "location": "component",
- "internal": true,
- "dependencies": ["permission:webview"],
- "contexts": ["unblessed_extension"]
- }, {
"internal": true,
"channel": "trunk",
"contexts": ["webui"],
- "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"]
+ "matches": [
+ "chrome://extensions-frame/*",
+ "chrome://extensions/*",
+ "chrome://chrome-signin/*"
+ ]
}
],
"hid": {
@@ -252,10 +250,9 @@
"dependencies": ["permission:webview"],
"contexts": ["blessed_extension"]
}, {
- // Component extensions can use the webViewInternal API from iframes.
- "location": "component",
"internal": true,
- "dependencies": ["permission:webview"],
- "contexts": ["unblessed_extension"]
+ "channel": "dev",
+ "contexts": ["webui"],
+ "matches": ["chrome://chrome-signin/*"]
}]
}
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698