Index: net/socket/client_socket_pool.h |
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h |
index 493fff1e10e5db87e379b03eda9aece00f8a46b9..b22da31058e1a558f72892224ed9d53e6af48bef 100644 |
--- a/net/socket/client_socket_pool.h |
+++ b/net/socket/client_socket_pool.h |
@@ -42,8 +42,9 @@ class ClientSocketPool : public base::RefCounted<ClientSocketPool> { |
// code is returned, but the |handle| is initialized with the new socket. |
// The caller must recover from the error before using the connection, or |
// Disconnect the socket before releasing or resetting the |handle|. |
- // The current recoverable errors are: PROXY_AUTH_REQUESTED and the errors |
- // accepted by IsCertificateError(err). |
+ // The current recoverable errors are: the errors accepted by |
+ // IsCertificateError(err) and PROXY_AUTH_REQUESTED when reported by |
+ // HttpProxyClientSocketPool. |
// |
// If this function returns OK, then |handle| is initialized upon return. |
// The |handle|'s is_initialized method will return true in this case. If a |