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..2ebd6452c0f5fe4d8735c4f32e9c6816a04cebcd 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(); |
mmenke
2015/04/07 20:27:32
nit: const
Ryan Hamilton
2015/04/08 03:44:45
Done.
|
+ |
// Record histograms of latency until Connect() completes. |
static void LogHttpConnectedMetrics(const ClientSocketHandle& handle); |