| 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..1c6f3fdb38e3e2445cf3927f8734700b17d3d7f0 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
|
| @@ -1240,6 +1240,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." }
|
| ],
|
|
|