| Index: net/spdy/spdy_proxy_client_socket.h
|
| ===================================================================
|
| --- net/spdy/spdy_proxy_client_socket.h (revision 117986)
|
| +++ net/spdy/spdy_proxy_client_socket.h (working copy)
|
| @@ -47,19 +47,15 @@
|
| const HostPortPair& endpoint,
|
| const GURL& url,
|
| const HostPortPair& proxy_server,
|
| - HttpAuthCache* auth_cache,
|
| - HttpAuthHandlerFactory* auth_handler_factory);
|
| + HttpAuthController* auth_controller);
|
|
|
| -
|
| // On destruction Disconnect() is called.
|
| virtual ~SpdyProxyClientSocket();
|
|
|
| - const scoped_refptr<HttpAuthController>& auth_controller() {
|
| - return auth_;
|
| - }
|
| -
|
| // ProxyClientSocket methods:
|
| virtual const HttpResponseInfo* GetConnectResponseInfo() const OVERRIDE;
|
| + virtual int RestartWithAuth(const CompletionCallback& callback) OVERRIDE;
|
| + virtual const scoped_refptr<HttpAuthController>& GetAuthController() OVERRIDE;
|
|
|
| // In the event of a non-200 response to the CONNECT request, this
|
| // method may be called to return an HttpStream in order to read
|
|
|