| 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 9d708e814ecdcd462f10d5742dff3351ef575fbb..73f43574811b96e693875de0a1c1116d9ef94dcd 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
|
| }
|
|
|