| Index: net/http/http_stream_factory_impl_request.cc
|
| ===================================================================
|
| --- net/http/http_stream_factory_impl_request.cc (revision 120368)
|
| +++ net/http/http_stream_factory_impl_request.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -205,7 +205,7 @@
|
| int HttpStreamFactoryImpl::Request::RestartTunnelWithProxyAuth(
|
| const AuthCredentials& credentials) {
|
| DCHECK(bound_job_.get());
|
| - return bound_job_->RestartTunnelWithProxyAuth();
|
| + return bound_job_->RestartTunnelWithProxyAuth(credentials);
|
| }
|
|
|
| LoadState HttpStreamFactoryImpl::Request::GetLoadState() const {
|
|
|
| Property changes on: net/http/http_stream_factory_impl_request.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|