Index: net/socket/ssl_client_socket_win.h |
diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h |
index 40bc3c100e2e7123e8deb7f3885c98d938c4d6eb..3a273fe05ec2b0590b8f56ef7ea4f81c2c3feb19 100644 |
--- a/net/socket/ssl_client_socket_win.h |
+++ b/net/socket/ssl_client_socket_win.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. |
@@ -43,11 +43,12 @@ class SSLClientSocketWin : 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); |