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 b14897c9aaca249c4f30085f255d8069e3ef6265..7c95135031088ed871c63d77741f4df48402264d 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); |