Socket Pools Refactor 11: Flush TransportClientSocketPool on SSLConfig changes.
This is needed before SSLClientSockets can be moved to the
TransportClientSocketPool.
This is part of an effort to flatten the socket pools.
https://docs.google.com/document/d/1g0EA4iDqaDhNXA_mq-YK3SlSX-xRkoKvZetAQqdRrxM/edit
Bug: 472729
Change-Id: I99156dffc70d4859ae29c5e7335b9d1cb440dafd
Reviewed-on: https://chromium-review.googlesource.com/c/1423347
Commit-Queue: Matt Menke <[email protected]>
Reviewed-by: David Benjamin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#626644}
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
index 0aed3f1..d269eb84 100644
--- a/net/http/http_network_transaction_unittest.cc
+++ b/net/http/http_network_transaction_unittest.cc
@@ -704,6 +704,7 @@
"",
NULL,
NULL,
+ NULL,
NULL) {}
template <>
@@ -14257,6 +14258,7 @@
session_deps_.cert_transparency_verifier.get(),
session_deps_.ct_policy_enforcer.get(),
std::string() /* ssl_cache_shard */,
+ session_deps_.ssl_config_service.get(),
nullptr /* socket_performance_watcher_factory */,
nullptr /* network_quality_estimator */, session_deps_.net_log);
auto mock_pool_manager = std::make_unique<MockClientSocketPoolManager>();