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

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

Issue 28273006: <webview>: Implement declarativeWebRequest API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests Created 7 years, 2 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 23199d02b55fa72b927608c738d4d59fa5497597..825c00cad7e25f740709f9eb49319d15fc1b0f6f 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -711,6 +711,10 @@
"dependencies": ["permission:webview"],
"contexts": ["blessed_extension", "unblessed_extension"]
},
+ "webViewRequest": {
+ "dependencies": ["permission:webview"],
+ "contexts": ["blessed_extension", "unblessed_extension"]
+ },
"webviewTag": {
"internal": true,
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698