| Index: net/socket/socks5_client_socket.h
|
| diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h
|
| index 3e30c19b4ae53b323180f172f20957d3def1e392..e6150f36c3c80d17c44e377844c4b1d5b51d2149 100644
|
| --- a/net/socket/socks5_client_socket.h
|
| +++ b/net/socket/socks5_client_socket.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -50,10 +50,11 @@ class SOCKS5ClientSocket : public ClientSocket {
|
| // ClientSocket methods:
|
|
|
| // Does the SOCKS handshake and completes the protocol.
|
| - virtual int Connect(CompletionCallback* callback, const BoundNetLog& net_log);
|
| + virtual int Connect(CompletionCallback* callback);
|
| virtual void Disconnect();
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
| + virtual const BoundNetLog& NetLog() const { return net_log_; }
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
|
|