| 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 07fe5f525e3efb957cb72ded88cd6af87ffe8f37..b9e6987cc9db948fc6b3cc39761f0e408b1aedda 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -18,6 +18,7 @@
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/quic/quic_stream_factory.h"
|
| #include "net/socket/client_socket_handle.h"
|
| +#include "net/socket/client_socket_pool_manager.h"
|
| #include "net/socket/ssl_client_socket.h"
|
| #include "net/spdy/spdy_session_key.h"
|
| #include "net/ssl/ssl_config_service.h"
|
| @@ -235,6 +236,8 @@ class HttpStreamFactoryImpl::Job {
|
|
|
| void MaybeMarkAlternativeServiceBroken();
|
|
|
| + ClientSocketPoolManager::SocketGroupType GetSocketGroup() const;
|
| +
|
| // Record histograms of latency until Connect() completes.
|
| static void LogHttpConnectedMetrics(const ClientSocketHandle& handle);
|
|
|
|
|