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

Unified Diff: net/dns/fuzzed_host_resolver.h

Issue 2811183003: Change Cronet's "disable_ipv6" to "disable_ipv6_on_wifi" (Closed)
Patch Set: more comments Created 3 years, 8 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
« no previous file with comments | « net/base/mock_network_change_notifier.cc ('k') | net/dns/fuzzed_host_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/fuzzed_host_resolver.h
diff --git a/net/dns/fuzzed_host_resolver.h b/net/dns/fuzzed_host_resolver.h
index cc14578be32e05d3d053eab4f1598b0d6b7c5472..7cb1b516305f32610add662761da1b5597681bc9 100644
--- a/net/dns/fuzzed_host_resolver.h
+++ b/net/dns/fuzzed_host_resolver.h
@@ -58,7 +58,8 @@ class FuzzedHostResolver : public HostResolverImpl {
private:
// HostResolverImpl implementation:
- bool IsIPv6Reachable(const NetLogWithSource& net_log) override;
+ bool IsGloballyReachable(const IPAddress& dest,
+ const NetLogWithSource& net_log) override;
void RunLoopbackProbeJob() override;
base::FuzzedDataProvider* data_provider_;
« no previous file with comments | « net/base/mock_network_change_notifier.cc ('k') | net/dns/fuzzed_host_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698