Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1050)

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 1051023003: Change ClientSocketPoolManager::InitSocketHandleForHttpRequest and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | net/socket/client_socket_pool_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | net/socket/client_socket_pool_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698