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

Unified Diff: chrome/browser/net/dns_probe_test_util.h

Issue 2567623003: Make ERR_ICANN_NAME_COLLISION work for async DNS resolver. (Closed)
Patch Set: address Matt's comments Created 4 years 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
« no previous file with comments | « chrome/browser/net/dns_probe_service_unittest.cc ('k') | chrome/browser/net/dns_probe_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_test_util.h
diff --git a/chrome/browser/net/dns_probe_test_util.h b/chrome/browser/net/dns_probe_test_util.h
index da0507e83d5c8875ed790b9fc9a79ec9156ce2e5..eea22cd739d35a12fd5210bbda0b7232c29d7ddf 100644
--- a/chrome/browser/net/dns_probe_test_util.h
+++ b/chrome/browser/net/dns_probe_test_util.h
@@ -13,9 +13,9 @@
namespace chrome_browser_net {
// Creates a mock DNS client with a single rule for the known-good query
-// (currently google.com) that returns |result|.
+// (currently google.com) that returns |result| for A queries.
std::unique_ptr<net::DnsClient> CreateMockDnsClientForProbes(
- net::MockDnsClientRule::Result result);
+ net::MockDnsClientRule::ResultType result);
} // namespace chrome_browser_net
« no previous file with comments | « chrome/browser/net/dns_probe_service_unittest.cc ('k') | chrome/browser/net/dns_probe_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698