| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index aaf29a9d10155d02beea1267b422346efd075df7..c924c859e5349b0886ac5453683cbe4ad9c1fb54 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -1394,7 +1394,8 @@
|
| { "name": "size", "type": "integer", "description": "Cookie size." },
|
| { "name": "httpOnly", "type": "boolean", "description": "True if cookie is http-only." },
|
| { "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
|
| - { "name": "session", "type": "boolean", "description": "True in case of session cookie." }
|
| + { "name": "session", "type": "boolean", "description": "True in case of session cookie." },
|
| + { "name": "sameSite", "type": "string", "optional": true, "enum": ["Strict", "Lax"], "description": "Represents the cookies' 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies" }
|
| ],
|
| "hidden": true
|
| }
|
|
|