diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-06 16:26:31 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-06 16:26:31 +0000 |
commit | 2ad95ad57bfa41d11c790a1ea264bae255e3f47b (patch) | |
tree | 74ac89f51d28c1661929f0508c3dddc959091035 /chrome | |
parent | 3cc1df3ebb29b44bab272bfef8f7292179af76d2 (diff) | |
download | chromium_src-2ad95ad57bfa41d11c790a1ea264bae255e3f47b.zip chromium_src-2ad95ad57bfa41d11c790a1ea264bae255e3f47b.tar.gz chromium_src-2ad95ad57bfa41d11c790a1ea264bae255e3f47b.tar.bz2 |
Revert 38307 - Test to see if IPv6 can be disabled: Will roll back ASAP
This tests to see what happens if the command line option disables
IPv6. I will roll back as soon as the builders start.
TBR=eroman
Review URL: http://codereview.chromium.org/579022
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/579023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/io_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 984d792a..39f4cf6 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -36,7 +36,7 @@ net::HostResolver* CreateGlobalHostResolver( global_host_resolver = net::CreateSystemHostResolver(network_change_notifier); -// if (command_line.HasSwitch(switches::kDisableIPv6)) + if (command_line.HasSwitch(switches::kDisableIPv6)) global_host_resolver->SetDefaultAddressFamily(net::ADDRESS_FAMILY_IPV4); } |