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

Unified Diff: net/dns/mapped_host_resolver.cc

Issue 2812983006: Revert "Add back "default address family" to HostResolver" (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
« no previous file with comments | « net/dns/mapped_host_resolver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mapped_host_resolver.cc
diff --git a/net/dns/mapped_host_resolver.cc b/net/dns/mapped_host_resolver.cc
index 0003fbb193692e7eb6197dc87f709d8537b9d831..dc14b65025c51c303395058177ab7d8844e6b552 100644
--- a/net/dns/mapped_host_resolver.cc
+++ b/net/dns/mapped_host_resolver.cc
@@ -56,14 +56,6 @@ std::unique_ptr<base::Value> MappedHostResolver::GetDnsConfigAsValue() const {
return impl_->GetDnsConfigAsValue();
}
-void MappedHostResolver::SetDefaultAddressFamily(AddressFamily address_family) {
- impl_->SetDefaultAddressFamily(address_family);
-}
-
-AddressFamily MappedHostResolver::GetDefaultAddressFamily() const {
- return impl_->GetDefaultAddressFamily();
-}
-
void MappedHostResolver::SetNoIPv6OnWifi(bool no_ipv6_on_wifi) {
impl_->SetNoIPv6OnWifi(no_ipv6_on_wifi);
}
« no previous file with comments | « net/dns/mapped_host_resolver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698