Chromium Code Reviews| 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 c326b8ab467abd2fd29d9f6bdc8180f6abf37477..964573156bf3ea6842efa8bb0244a2a20223dfb0 100644 |
| --- a/net/http/http_stream_factory_impl_unittest.cc |
| +++ b/net/http/http_stream_factory_impl_unittest.cc |
| @@ -424,19 +424,19 @@ CapturePreconnectsSSLSocketPool::CapturePreconnectsSocketPool( |
| CertVerifier* cert_verifier) |
| : SSLClientSocketPool(0, |
| 0, |
| - NULL, |
| + NULL /* ssl_histograms */, |
| host_resolver, |
| cert_verifier, |
| + NULL /* server_bound_cert_store */, |
| + NULL /* transport_security_state */, |
| + NULL /* cert_transparency_verifier */, |
| + std::string() /* ssl_session_cache_shard */, |
| + NULL /* deterministic_socket_factory */, |
| + NULL /* transport_socket_pool */, |
| NULL, |
| NULL, |
| - NULL, |
| - std::string(), |
| - NULL, |
| - NULL, |
| - NULL, |
| - NULL, |
| - NULL, |
| - NULL), |
| + NULL /* ssl_config_service */, |
| + NULL /* net_log */), |
|
wtc
2014/01/21 23:07:20
Nit: you can use C++ style comments. They will nee
ramant (doing other things)
2014/01/22 02:28:12
Done.
|
| last_num_streams_(-1) {} |
| class HttpStreamFactoryTest : public ::testing::Test, |