| Index: net/http/http_stream_factory_impl_request.h
|
| diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h
|
| index 55f13b9be2cc1a65755ddb02448c4dc941f41191..eafc138925f2fd617c691434c72c345ebc61eacc 100644
|
| --- a/net/http/http_stream_factory_impl_request.h
|
| +++ b/net/http/http_stream_factory_impl_request.h
|
| @@ -37,6 +37,7 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
|
| // for this SpdySessionKey, since we may need to wait for NPN to complete
|
| // before knowing if SPDY is available.
|
| void SetSpdySessionKey(const SpdySessionKey& spdy_session_key);
|
| + bool HasSpdySessionKey() const;
|
|
|
| // Attaches |job| to this request. Does not mean that Request will use |job|,
|
| // but Request will own |job|.
|
|
|