| Index: chrome/common/extensions/api/web_request_internal.json
|
| diff --git a/chrome/common/extensions/api/web_request_internal.json b/chrome/common/extensions/api/web_request_internal.json
|
| index c5b8aac0bc6c9c206c9078faac14a4dce019f7ac..ad341b694da7e39f2c54db7408d9b8d826856b7c 100644
|
| --- a/chrome/common/extensions/api/web_request_internal.json
|
| +++ b/chrome/common/extensions/api/web_request_internal.json
|
| @@ -31,7 +31,9 @@
|
| }
|
| },
|
| {"type": "string", "name": "eventName"},
|
| - {"type": "string", "name": "subEventName"}
|
| + {"type": "string", "name": "subEventName"},
|
| + {"type": "integer", "name": "targetProcessId"},
|
| + {"type": "integer", "name": "targetRouteId"}
|
| ]
|
| },
|
| {
|
|
|