Chromium Code Reviews| Index: components/cronet/url_request_context_config_unittest.cc |
| diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc |
| index 87b61dbb57c58b111a93a0791e1ef5860392b559..4d64839d117d3425dd54046faa8657b9ecf174ec 100644 |
| --- a/components/cronet/url_request_context_config_unittest.cc |
| +++ b/components/cronet/url_request_context_config_unittest.cc |
| @@ -59,7 +59,7 @@ TEST(URLRequestContextConfigTest, SetQuicExperimentalOptions) { |
| // MockCertVerifier to use for testing purposes. |
| std::unique_ptr<net::CertVerifier>(), |
| // Enable network quality estimator. |
| - false); |
| + false, true); |
|
Ryan Sleevi
2016/07/01 01:17:24
Update documentation (see preceding lines)
kapishnikov
2016/07/01 17:20:54
Done.
|
| net::URLRequestContextBuilder builder; |
| net::NetLog net_log; |
| @@ -138,7 +138,7 @@ TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) { |
| // MockCertVerifier to use for testing purposes. |
| std::unique_ptr<net::CertVerifier>(), |
| // Enable network quality estimator. |
| - false); |
| + false, true); |
|
Ryan Sleevi
2016/07/01 01:17:24
Update documentation (see preceding lines)
kapishnikov
2016/07/01 17:20:54
Done.
|
| net::URLRequestContextBuilder builder; |
| net::NetLog net_log; |