| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index e24745898ebb622ee531d989b240b5339b8a5169..97f46376cbd2936ed5f4e9f1985e918f905baaa5 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -175,6 +175,9 @@ class HttpStreamFactoryImpl::Job {
|
|
|
| HostPortProxyPair GetSpdySessionKey() const;
|
|
|
| + // Returns true if the current request can use an existing spdy session.
|
| + bool CanUseExistingSpdySession() const;
|
| +
|
| // Called when we encounter a network error that could be resolved by trying
|
| // a new proxy configuration. If there is another proxy configuration to try
|
| // then this method sets next_state_ appropriately and returns either OK or
|
|
|