| Index: third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| index 8df05223f3f6fbde9d84bc4a6adb39b884376835..669a03913452ae0c333115c69416b26a51b584a1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| @@ -1243,6 +1243,9 @@
|
| "returns": [
|
| { "name": "cookies", "type": "array", "items": { "$ref": "Cookie" }, "description": "Array of cookie objects." }
|
| ],
|
| + "parameters": [
|
| + { "name": "urls", "type": "array", "items": { "type": "string" }, "description": "The list of URLs for which applicable cookies will be fetched" }
|
| + ],
|
| "description": "Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the <code>cookies</code> field.",
|
| "handlers": ["browser"],
|
| "async": true,
|
|
|