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

Unified Diff: chrome/common/extensions/api/events.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/events.json
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json
index b67b8b05a91c32e35d0c97d26570ac21b08854e4..f286287022e3fd9679d0a09a0e3e7048241d5f5f 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -113,6 +113,11 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true
+ },
+ {
"name": "rules",
"type": "array",
"items": {"$ref": "Rule"},
@@ -146,6 +151,11 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true
+ },
+ {
"name": "ruleIdentifiers",
"optional": "true",
"type": "array",
@@ -179,6 +189,11 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true
+ },
+ {
"name": "ruleIdentifiers",
"optional": "true",
"type": "array",

Powered by Google App Engine
This is Rietveld 408576698