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

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: Addressed Istiaque's comments Created 7 years, 1 month 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 27d3798876004330ec8f011781321495870598f1..352d3506e6146cb4d868b73d4bd03e6d37469132 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -707,6 +707,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