| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index f447511995639cf13d3e9c1d695e2e49a71600d6..9509d1fa3d6f8082997eeee48d6caeaff8c64f81 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -107,6 +107,7 @@ public:
|
| }
|
| // All strings are human-readable values.
|
| String protocol;
|
| + // keyExchange is the empty string if not applicable for the connection's protocol.
|
| String keyExchange;
|
| // keyExchangeGroup is the empty string if not applicable for the connection's key exchange.
|
| String keyExchangeGroup;
|
|
|