| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index b3fae473bbdd7134a198776fb1bb70bf12e7e9a1..2de912fb2bf2a19122ca8992ffeb83c7f35b0efd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1229,6 +1229,9 @@
|
| },
|
| {
|
| "name": "getCookies",
|
| + "parameters": [
|
| + { "name": "urls", "type": "array", "items": { "type": "string" }, "optional": true, "description": "The list of URLs for which applicable cookies will be fetched" }
|
| + ],
|
| "returns": [
|
| { "name": "cookies", "type": "array", "items": { "$ref": "Cookie" }, "description": "Array of cookie objects." }
|
| ],
|
|
|