| 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 0daca5d2d389aa616d62d1a0bd7cb54cc57b07f0..49324615967e23b69f5c00ee4cf26f10d9486fc1 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -104,8 +104,6 @@ class PLATFORM_EXPORT ResourceResponse final {
|
| SecurityDetails() : validFrom(0), validTo(0) {}
|
| // 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.
|
|
|