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

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 nits 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/webview_request.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ac11987c8eea098aea0eb83aa0614aeab78cfc33 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -113,6 +113,12 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true,
+ "description": "If provided, this is an integer that uniquely identfies the <webview> associated with this function call."
+ },
+ {
"name": "rules",
"type": "array",
"items": {"$ref": "Rule"},
@@ -146,6 +152,12 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true,
+ "description": "If provided, this is an integer that uniquely identfies the <webview> associated with this function call."
+ },
+ {
"name": "ruleIdentifiers",
"optional": "true",
"type": "array",
@@ -179,6 +191,12 @@
"description": "Name of the event this function affects."
},
{
+ "name": "webViewInstanceId",
+ "type": "integer",
+ "nodoc": true,
+ "description": "If provided, this is an integer that uniquely identfies the <webview> associated with this function call."
+ },
+ {
"name": "ruleIdentifiers",
"optional": "true",
"type": "array",
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/webview_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698