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

Unified Diff: components/cronet/url_request_context_config_unittest.cc

Issue 1898873006: Cronet: Use stale DNS cache entries experimentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dns_stale2
Patch Set: Make requested changes. Created 4 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698