| Index: net/http/http_stream_factory_impl_request.cc
|
| ===================================================================
|
| --- net/http/http_stream_factory_impl_request.cc (revision 117986)
|
| +++ net/http/http_stream_factory_impl_request.cc (working copy)
|
| @@ -205,7 +205,7 @@
|
| int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth(
|
| const AuthCredentials& credentials) {
|
| DCHECK(bound_job_.get());
|
| - return bound_job_->RestartTunnelWithProxyAuth(credentials);
|
| + return bound_job_->RestartTunnelWithProxyAuth();
|
| }
|
|
|
| LoadState HttpStreamFactoryImpl::Request::GetLoadState() const {
|
|
|