| 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 8bc0a8ba4eeca01fc011fd7139ffd4a06d5b7876..e401a0133e93abf0d91681fdaead024b6d1ea605 100644
|
| --- a/chrome/common/extensions/api/web_request_internal.json
|
| +++ b/chrome/common/extensions/api/web_request_internal.json
|
| @@ -26,7 +26,7 @@
|
| "description": "Array of extra information that should be passed to the listener function.",
|
| "items": {
|
| "type": "string",
|
| - "enum": ["requestHeaders", "responseHeaders", "blocking", "asyncBlocking"]
|
| + "enum": ["requestHeaders", "responseHeaders", "blocking", "asyncBlocking", "requestBody"]
|
| }
|
| },
|
| {"type": "string", "name": "eventName"},
|
|
|