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 5931848bd7140cda603874ca25227484101f527c..4f34f81113871f80f9e6fd60c74f5c5a8dabc00e 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -1027,7 +1027,7 @@ |
| "description": "Security details about a request.", |
| "properties": [ |
| { "name": "protocol", "type": "string", "description": "Protocol name (e.g. \"TLS 1.2\" or \"QUIC\")." }, |
| - { "name": "keyExchange", "type": "string", "description": "Key Exchange used by the connection." }, |
| + { "name": "keyExchange", "type": "string", "description": "Key Exchange used by the connection, or the empty string if not applicable." }, |
|
davidben
2016/10/10 20:08:37
Making a formerly required field optional doesn't
|
| { "name": "keyExchangeGroup", "type": "string", "optional": true, "description": "(EC)DH group used by the connection, if applicable." }, |
| { "name": "cipher", "type": "string", "description": "Cipher name." }, |
| { "name": "mac", "type": "string", "optional": true, "description": "TLS MAC. Note that AEAD ciphers do not have separate MACs." }, |