| Index: net/http/http_proxy_utils.h
|
| ===================================================================
|
| --- net/http/http_proxy_utils.h (revision 120368)
|
| +++ net/http/http_proxy_utils.h (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.
|
|
|
| @@ -10,9 +10,6 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| -class HttpAuthController;
|
| -class HttpResponseInfo;
|
| struct HttpRequestInfo;
|
| class HttpRequestHeaders;
|
| class HostPortPair;
|
| @@ -26,12 +23,6 @@
|
| std::string* request_line,
|
| HttpRequestHeaders* request_headers);
|
|
|
| -// When an auth challenge (407 response) is received during tunnel construction
|
| -// this method should be called.
|
| -int HandleAuthChallenge(HttpAuthController* auth,
|
| - HttpResponseInfo* response,
|
| - const BoundNetLog& net_log);
|
| -
|
| } // namespace net
|
|
|
| #endif // NET_HTTP_HTTP_PROXY_UTILS_H_
|
|
|
| Property changes on: net/http/http_proxy_utils.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|