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

Unified Diff: net/dns/mapped_host_resolver.h

Issue 2811183003: Change Cronet's "disable_ipv6" to "disable_ipv6_on_wifi" (Closed)
Patch Set: 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
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..74ee68a152cc9ba319af4751aa797c817dd955e7 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() override;
+ bool GetNoIPv6OnWifi() override;
private:
// Modify the request |info| according to |rules_|. Returns either OK or

Powered by Google App Engine
This is Rietveld 408576698