Chromium Code Reviews| 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 3b20f37a90232297b8bbd69df232f3ff54230abb..b6382d51cc21b86670a3a01556b92eb0ad350768 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", "enum": ["Strict", "Lax", "NoRestriction"], "description": "Represents the cookies' 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies" } |
|
pfeldman
2016/04/01 22:04:09
What dgozman suggests is that you add "optional":
Mike West
2016/04/05 08:07:08
Done.
|
| ], |
| "hidden": true |
| } |