| 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 64fbae544772c381577a59d3893d5ea5448794df..19459c546afb5adbe7501a2f4423ca6484a19e90 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -123,6 +123,7 @@ public:
|
| }
|
| // 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.
|
| WebString keyExchangeGroup;
|
|
|