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

Unified Diff: net/base/load_states.h

Issue 8373014: Add new text for indicating we are resolving hosts during proxy resolution. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address eroman's nits. Created 9 years, 1 month 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
Index: net/base/load_states.h
diff --git a/net/base/load_states.h b/net/base/load_states.h
index b5ca6a8219341aef41ac650076ffc1865a1b7333..97d685587e1933443b694147d13cea017dc42f8a 100644
--- a/net/base/load_states.h
+++ b/net/base/load_states.h
@@ -40,11 +40,14 @@ enum LoadState {
LOAD_STATE_WAITING_FOR_APPCACHE,
// This state corresponds to a resource load that is blocked waiting for a
- // proxy autoconfig script to return a proxy server to use. This state may
- // take a while if the proxy script needs to resolve the IP address of the
- // host before deciding what proxy to use.
+ // proxy autoconfig script to return a proxy server to use.
LOAD_STATE_RESOLVING_PROXY_FOR_URL,
+ // This state corresponds to a resource load that is blocked waiting for a
+ // proxy autoconfig script to return a proxy server to use, but that proxy
+ // script is busy resolving the IP address of a host.
+ LOAD_STATE_RESOLVING_HOST_IN_PROXY_SCRIPT,
+
// This state indicates that we're in the process of establishing a tunnel
// through the proxy server.
LOAD_STATE_ESTABLISHING_PROXY_TUNNEL,
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698