| 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 1afca60fc2dce315720310ac85b148cb161bcd95..ab52184a3ffa960df2df553212e6757eed775af6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1028,6 +1028,7 @@
|
| "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": "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." },
|
| { "name": "certificateId", "$ref": "Security.CertificateId", "description": "Certificate ID value." },
|
|
|