| Index: third_party/WebKit/public/platform/WebURLResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
|
| index d0be07f4eee5729d54b5bfef6feddcf5f1bbad19..a78f7776ca34e43bfa574bff91fc1d722726d194 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -114,6 +114,8 @@ class WebURLResponse {
|
| sctList(sctList) {}
|
| // All strings are human-readable values.
|
| WebString protocol;
|
| + // keyExchange is the empty string if not applicable for the connection's
|
| + // protocol.
|
| WebString keyExchange;
|
| // keyExchangeGroup is the empty string if not applicable for the
|
| // connection's key exchange.
|
|
|