| 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",
|
|
|