| Index: chrome/browser/extensions/api/socket/tcp_socket.h
|
| diff --git a/chrome/browser/extensions/api/socket/tcp_socket.h b/chrome/browser/extensions/api/socket/tcp_socket.h
|
| index 7f677487b82478b6fc3497b4dd4aebe111ec87a2..764b5b91c9aed0fbdb132d63f40b63fa901f92ca 100644
|
| --- a/chrome/browser/extensions/api/socket/tcp_socket.h
|
| +++ b/chrome/browser/extensions/api/socket/tcp_socket.h
|
| @@ -42,9 +42,9 @@ class TCPSocket : public Socket {
|
| const CompletionCallback& callback) OVERRIDE;
|
| virtual bool SetKeepAlive(bool enable, int delay) OVERRIDE;
|
| virtual bool SetNoDelay(bool no_delay) OVERRIDE;
|
| - virtual bool IsTCPSocket() OVERRIDE;
|
| virtual bool GetPeerAddress(net::IPEndPoint* address) OVERRIDE;
|
| virtual bool GetLocalAddress(net::IPEndPoint* address) OVERRIDE;
|
| + virtual Socket::SocketType socket_type() const OVERRIDE;
|
|
|
| static TCPSocket* CreateSocketForTesting(
|
| net::TCPClientSocket* tcp_client_socket,
|
|
|