| 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 66aee438f9d583f7c8e49e406fee16ff97480cc0..25ccb6041c2c24e41f5090cf849c66c1428f7aba 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -193,7 +193,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);
|
|
|