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

Unified Diff: net/dns/mapped_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/dns/host_resolver_impl_unittest.cc ('k') | net/dns/mapped_host_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mapped_host_resolver.h
diff --git a/net/dns/mapped_host_resolver.h b/net/dns/mapped_host_resolver.h
index 54342e2d9c1b1c94730d94b76d99f29a67c5e583..5c76ce904dea4d60624c963a7bfeea7ef8553963 100644
--- a/net/dns/mapped_host_resolver.h
+++ b/net/dns/mapped_host_resolver.h
@@ -59,6 +59,8 @@ class NET_EXPORT MappedHostResolver : public HostResolver {
std::unique_ptr<base::Value> GetDnsConfigAsValue() const override;
void SetDefaultAddressFamily(AddressFamily address_family) override;
AddressFamily GetDefaultAddressFamily() const override;
+ void SetNoIPv6OnWifi(bool no_ipv6_on_wifi) override;
+ bool GetNoIPv6OnWifi() override;
private:
// Modify the request |info| according to |rules_|. Returns either OK or
« no previous file with comments | « net/dns/host_resolver_impl_unittest.cc ('k') | net/dns/mapped_host_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698