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

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

Issue 566863004: Enabling webview in app_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 929ea424f126d2b72f0aaaad2cc0a813448845ea..dd5b3a72fccb23b44263ddaa956dbd7dc4678f71 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -67,6 +67,24 @@
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"contexts": ["blessed_extension"]
},
+ "guestViewInternal": [
+ {
+ "internal": true,
+ "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/*"]
+ }
+ ],
"hid": {
"dependencies": ["permission:hid"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698