diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 04:25:25 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 04:25:25 +0000 |
commit | c4deb899d3293782beeb8d83eefc226a5fb1813e (patch) | |
tree | acdc4a965851ec3cf3d3eac287ce54ee8eb3575f /net/proxy | |
parent | 874ce8ef6f111fbaeb8f3aedd699b895f82e573b (diff) | |
download | chromium_src-c4deb899d3293782beeb8d83eefc226a5fb1813e.zip chromium_src-c4deb899d3293782beeb8d83eefc226a5fb1813e.tar.gz chromium_src-c4deb899d3293782beeb8d83eefc226a5fb1813e.tar.bz2 |
Update a comment to reflect the new truth.
Review URL: http://codereview.chromium.org/165519
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/proxy_service.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index 92e68c7..12b5262 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -56,14 +56,12 @@ class ProxyService { // callback is still pending. NULL can be passed for |pac_request| if // the caller will not need to cancel the request. // - // We use the three possible proxy access types in the following order, and - // we only use one of them (no falling back to other access types if the - // chosen one doesn't work). - // 1. named proxy + // We use the three possible proxy access types in the following order, + // doing fallback if one doesn't work. See "init_proxy_resolver.h" + // for the specifics. + // 1. WPAD auto-detection // 2. PAC URL - // 3. WPAD auto-detection - // - // TODO(eroman): see http://crbug.com/9985; the outline above is too simple. + // 3. named proxy // // Profiling information for the request is saved to |load_log| if non-NULL. int ResolveProxy(LoadLog* load_log, |