| Index: net/http/http_response_info.h
|
| ===================================================================
|
| --- net/http/http_response_info.h (revision 50874)
|
| +++ net/http/http_response_info.h (working copy)
|
| @@ -38,6 +38,10 @@
|
| // 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.
|
|
|