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

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 d0652229141fa6ecc24dff36c46e96b9df07b392..c2876959579466832ff4d83da9600273e14c75c3 100644
--- a/components/cronet/url_request_context_config_unittest.cc
+++ b/components/cronet/url_request_context_config_unittest.cc
@@ -167,4 +167,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