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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 9148011: Allow chrome to handle 407 auth challenges to CONNECT requests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months 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
« no previous file with comments | « net/http/proxy_client_socket.h ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_manager.h
===================================================================
--- net/socket/client_socket_pool_manager.h (revision 118888)
+++ net/socket/client_socket_pool_manager.h (working copy)
@@ -13,6 +13,7 @@
#include "net/base/completion_callback.h"
#include "net/base/net_export.h"
#include "net/base/request_priority.h"
+#include "net/http/http_proxy_client_socket_pool.h"
class GURL;
@@ -26,7 +27,6 @@
class ClientSocketHandle;
class HostPortPair;
class HttpNetworkSession;
-class HttpProxyClientSocketPool;
class HttpRequestHeaders;
class ProxyInfo;
class TransportClientSocketPool;
@@ -88,6 +88,7 @@
const SSLConfig& ssl_config_for_proxy,
const BoundNetLog& net_log,
ClientSocketHandle* socket_handle,
+ TunnelAuthCallback auth_needed_callback,
const CompletionCallback& callback);
// A helper method that uses the passed in proxy information to initialize a
@@ -102,6 +103,7 @@
const SSLConfig& ssl_config_for_proxy,
const BoundNetLog& net_log,
ClientSocketHandle* socket_handle,
+ TunnelAuthCallback auth_needed_callback,
const CompletionCallback& callback);
// Similar to InitSocketHandleForHttpRequest except that it initiates the
@@ -118,7 +120,8 @@
const SSLConfig& ssl_config_for_origin,
const SSLConfig& ssl_config_for_proxy,
const BoundNetLog& net_log,
- int num_preconnect_streams);
+ int num_preconnect_streams,
+ TunnelAuthCallback auth_needed_callback);
} // namespace net
« no previous file with comments | « net/http/proxy_client_socket.h ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698