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

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

Issue 24243007: Allow webview API in an unblessed extension process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and comments added Created 7 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: 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 4acfde39bb95ef0f00706fa00ab35b950ffa1d1c..987f6b85a04ce800bfe173961d8fbb36af310222 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -613,7 +613,7 @@
"webview": {
"internal": true,
"dependencies": ["permission:webview"],
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension", "unblessed_extension"]
},
"windows": {
"dependencies": ["api:tabs"],

Powered by Google App Engine
This is Rietveld 408576698