| Index: net/socket/ssl_client_socket_nss.h
|
| diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h
|
| index 7cac7fb8e64ccfb2ea9cf1530de41efb48a0f4c0..3543df78a7cadc09c6e845eea90017d99bb8f394 100644
|
| --- a/net/socket/ssl_client_socket_nss.h
|
| +++ b/net/socket/ssl_client_socket_nss.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-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.
|
|
|
| @@ -45,11 +45,12 @@ class SSLClientSocketNSS : public SSLClientSocket {
|
| virtual NextProtoStatus GetNextProto(std::string* proto);
|
|
|
| // ClientSocket methods:
|
| - 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 int GetPeerAddress(AddressList* address) const;
|
| + virtual const BoundNetLog& NetLog() const { return net_log_; }
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
|
|