Chromium Code Reviews| 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 662d9e183f19372f2f70c38e85cfea83f141c8e4..e4a36022fc27d59dd692c28f5d38b2f0ad866709 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -1232,6 +1232,9 @@ |
| "returns": [ |
| { "name": "cookies", "type": "array", "items": { "$ref": "Cookie" }, "description": "Array of cookie objects." } |
| ], |
| + "parameters": [ |
|
pfeldman
2017/01/13 02:17:34
List parameters before "returns". You should also
phulce
2017/01/18 00:52:34
Done.
|
| + { "name": "urls", "type": "array", "items": { "type": "string" }, "description": "The list of URLs for which applicable cookies will be fetched" } |
| + ], |
| "description": "Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the <code>cookies</code> field.", |
| "experimental": true |
| }, |