diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 17:59:51 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 17:59:51 +0000 |
commit | 0c7798459922d970a2eb43039a2a5733bb94ae2e (patch) | |
tree | 648b15f61e1d7135f12fb648195e0806b8193dd2 /chrome/common | |
parent | c248be0e84cda8fb1870db68a3127b2e9fae057c (diff) | |
download | chromium_src-0c7798459922d970a2eb43039a2a5733bb94ae2e.zip chromium_src-0c7798459922d970a2eb43039a2a5733bb94ae2e.tar.gz chromium_src-0c7798459922d970a2eb43039a2a5733bb94ae2e.tar.bz2 |
Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolver::SetDefaultAddressFamily(), to make it more general.
This came up in a codereview comment, but was after I had checked in.
Review URL: http://codereview.chromium.org/303026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 4b47a59..475fa02 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -237,7 +237,9 @@ const char kShowIcons[] = "show-icons"; // Make Chrome default browser const char kMakeDefaultBrowser[] = "make-default-browser"; -// Don't resolve hostnames to IPv6 addresses. +// Don't resolve hostnames to IPv6 addresses. This can be used when debugging +// issues relating to IPv6, but shouldn't otherwise be needed. Be sure to +// file bugs if something isn't working properly in the presence of IPv6. const char kDisableIPv6[] = "disable-ipv6"; // Use a specified proxy server, overrides system settings. This switch only |