Chromium Code Reviews| Index: net/http/http_stream_request.cc |
| =================================================================== |
| --- net/http/http_stream_request.cc (revision 68346) |
| +++ net/http/http_stream_request.cc (working copy) |
| @@ -63,6 +63,7 @@ |
| force_spdy_always_(HttpStreamFactory::force_spdy_always()), |
| force_spdy_over_ssl_(HttpStreamFactory::force_spdy_over_ssl()), |
| spdy_certificate_error_(OK), |
| + alternate_protocol_(HttpAlternateProtocols::BROKEN), |
|
willchan no longer on Chromium
2010/12/06 17:52:04
I'd prefer you added a new enum value to represent
|
| establishing_tunnel_(false), |
| was_alternate_protocol_available_(false), |
| was_npn_negotiated_(false), |