summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-07 07:04:05 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-07 07:04:05 +0000
commit841240f4b2ab61db1610a45487114ad8d6a898af (patch)
tree0226c2d620d72ff22356e8706d9233bae7f7d215 /net/base/net_util.h
parent68abc22003015ced6e49012be439c27b81232432 (diff)
downloadchromium_src-841240f4b2ab61db1610a45487114ad8d6a898af.zip
chromium_src-841240f4b2ab61db1610a45487114ad8d6a898af.tar.gz
chromium_src-841240f4b2ab61db1610a45487114ad8d6a898af.tar.bz2
Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it is useless
I've added minimal probing to check if IPv6 is at all possible, and when it is not, then we disable IPv6 resolution. I've also added histograms and A/B test support to evaluate the impact of this change. r=wtc,eroman Review URL: http://codereview.chromium.org/579010 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/582011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r--net/base/net_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 7598fd0..d9affe6 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -283,9 +283,6 @@ GURL SimplifyUrlForRequest(const GURL& url);
void SetExplicitlyAllowedPorts(const std::wstring& allowed_ports);
-// Test to see if IPv6 is supported.
-bool IPv6Supported();
-
} // namespace net
#endif // NET_BASE_NET_UTIL_H_