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

Unified Diff: net/http/http_proxy_client_socket_pool.cc

Issue 2537373002: Use different source types for each ConnectJob subclass. (Closed)
Patch Set: backwards compat Created 4 years, 1 month 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
Index: net/http/http_proxy_client_socket_pool.cc
diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
index ad69060925d1dc5634ac5d19ee6b6f3ef07c1190..5d49616a436d68b0a788af1dc42a8fe88d37af04 100644
--- a/net/http/http_proxy_client_socket_pool.cc
+++ b/net/http/http_proxy_client_socket_pool.cc
@@ -91,7 +91,8 @@ HttpProxyConnectJob::HttpProxyConnectJob(
priority,
respect_limits,
delegate,
- NetLogWithSource::Make(net_log, NetLogSourceType::CONNECT_JOB)),
+ NetLogWithSource::Make(net_log,
+ NetLogSourceType::HTTP_PROXY_CONNECT_JOB)),
client_socket_(new HttpProxyClientSocketWrapper(
group_name,
priority,

Powered by Google App Engine
This is Rietveld 408576698