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

Unified Diff: net/http/http_stream_factory_impl_unittest.cc

Issue 2899313006: Plumb NQP to context and to http_proxy_client_socket_pool (Closed)
Patch Set: ps Created 3 years, 6 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
Index: net/http/http_stream_factory_impl_unittest.cc
diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
index a994f8f5b6860915e9aea071fc3ad8ea5378887d..50caf8b07a00ed64f1482c99085dab359e734874 100644
--- a/net/http/http_stream_factory_impl_unittest.cc
+++ b/net/http/http_stream_factory_impl_unittest.cc
@@ -454,7 +454,7 @@ CapturePreconnectsHttpProxySocketPool::CapturePreconnectsSocketPool(
TransportSecurityState*,
CTVerifier*,
CTPolicyEnforcer*)
- : HttpProxyClientSocketPool(0, 0, nullptr, nullptr, nullptr),
+ : HttpProxyClientSocketPool(0, 0, nullptr, nullptr, nullptr, nullptr),
last_num_streams_(-1) {}
template <>

Powered by Google App Engine
This is Rietveld 408576698