From 697ef4c118a291ca473a3defdb66b55b2e0f30c8 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Thu, 14 Oct 2010 16:38:58 +0000 Subject: Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection BUG=58192 TEST=Start chrome with --auth-schemes=NTLM and --proxy-server pointing to a Microsoft Forefront Threat Management Gateway proxy configurated for Integrated Authentication. Assuming the user is part of the same domain as the proxy, authentication should work transparently, and the user should not be presented with auth prompts. Also, net_unittests should pass. Review URL: http://codereview.chromium.org/3676004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62564 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/stream_factory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/http/stream_factory.h') diff --git a/net/http/stream_factory.h b/net/http/stream_factory.h index 6e89c53..9ec85f1 100644 --- a/net/http/stream_factory.h +++ b/net/http/stream_factory.h @@ -13,7 +13,6 @@ namespace net { class BoundNetLog; -class ClientSocketHandle; class HostPortPair; class HttpAlternateProtocols; class HttpAuthController; @@ -84,7 +83,6 @@ class StreamFactory { virtual void Start(const HttpRequestInfo* request_info, SSLConfig* ssl_config, ProxyInfo* proxy_info, - ClientSocketHandle* connection, StreamRequestDelegate* delegate, const BoundNetLog& net_log) = 0; @@ -130,7 +128,6 @@ class StreamFactory { virtual void RequestStream(const HttpRequestInfo* info, SSLConfig* ssl_config, ProxyInfo* proxy_info, - ClientSocketHandle* connection, StreamRequestDelegate* delegate, const BoundNetLog& net_log, const scoped_refptr& session, -- cgit v1.1