| Index: net/http/http_response_info.h
|
| diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
|
| index e13f2882e1416825881942c1ed8dc857e55cf198..c925aa9e1ddf1740d90fd5abbe5ad542d58758bf 100644
|
| --- a/net/http/http_response_info.h
|
| +++ b/net/http/http_response_info.h
|
| @@ -52,10 +52,6 @@ class HttpResponseInfo {
|
| // True if the npn was negotiated for this request.
|
| bool was_npn_negotiated;
|
|
|
| - // True if response could use alternate protocol. However, browser
|
| - // will ingore the alternate protocol if spdy is not enabled.
|
| - bool was_alternate_protocol_available;
|
| -
|
| // True if the request was fetched via an explicit proxy. The proxy could
|
| // be any type of proxy, HTTP or SOCKS. Note, we do not know if a
|
| // transparent proxy may have been involved.
|
|
|