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