diff options
Diffstat (limited to 'net/http/http_stream_factory_impl_job.h')
-rw-r--r-- | net/http/http_stream_factory_impl_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h index b14897c..7c95135 100644 --- a/net/http/http_stream_factory_impl_job.h +++ b/net/http/http_stream_factory_impl_job.h @@ -192,7 +192,7 @@ class HttpStreamFactoryImpl::Job { // Should we force SPDY to run without SSL for this stream request. bool ShouldForceSpdyWithoutSSL() const; - bool IsRequestEligibleForPipelining() const; + bool IsRequestEligibleForPipelining(); // Record histograms of latency until Connect() completes. static void LogHttpConnectedMetrics(const ClientSocketHandle& handle); |