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

Unified Diff: components/cronet/stale_host_resolver.h

Issue 2711153007: Add Cronet experimental option to disable ipv6 (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | components/cronet/stale_host_resolver.cc » ('j') | components/cronet/stale_host_resolver.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/stale_host_resolver.h
diff --git a/components/cronet/stale_host_resolver.h b/components/cronet/stale_host_resolver.h
index 1b8b5331ee0df9fb6c2e076b1c9d006a856f45b9..3bca87048e3ce334443ebfe3d497a3d29c24400f 100644
--- a/components/cronet/stale_host_resolver.h
+++ b/components/cronet/stale_host_resolver.h
@@ -73,6 +73,8 @@ class NET_EXPORT StaleHostResolver : public net::HostResolver {
void SetDnsClientEnabled(bool enabled) override;
net::HostCache* GetHostCache() override;
std::unique_ptr<base::Value> GetDnsConfigAsValue() const override;
+ void SetDefaultAddressFamily(net::AddressFamily address_family) override;
+ net::AddressFamily GetDefaultAddressFamily() const override;
private:
class RequestImpl;
« no previous file with comments | « no previous file | components/cronet/stale_host_resolver.cc » ('j') | components/cronet/stale_host_resolver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698