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 a0cef2abd3d616e890b8e029db4205f8f90d0382..4b403e78b4bdc16a9e5cb1292bdb48f2c82575f8 100644 |
| --- a/components/cronet/url_request_context_config_unittest.cc |
| +++ b/components/cronet/url_request_context_config_unittest.cc |
| @@ -163,4 +163,6 @@ TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) { |
| EXPECT_TRUE(params->quic_migrate_sessions_early); |
| } |
| +// See stale_host_resolver_unittest.cc for test of StaleDNS options. |
| + |
| } // namespace cronet |