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

Unified Diff: net/base/host_resolver_proc.h

Issue 564052: Turn off ipv6 when there is no support at startup.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/host_resolver_impl.cc ('k') | net/base/host_resolver_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver_proc.h
===================================================================
--- net/base/host_resolver_proc.h (revision 38072)
+++ net/base/host_resolver_proc.h (working copy)
@@ -32,6 +32,9 @@
AddressFamily address_family,
AddressList* addrlist) = 0;
+ // Test to see if IPv6 is supported.
+ static bool IPv6Supported();
+
protected:
friend class base::RefCountedThreadSafe<HostResolverProc>;
« no previous file with comments | « net/base/host_resolver_impl.cc ('k') | net/base/host_resolver_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698