| Index: chrome/browser/extensions/api/socket/udp_socket.h
|
| diff --git a/chrome/browser/extensions/api/socket/udp_socket.h b/chrome/browser/extensions/api/socket/udp_socket.h
|
| index b161d07192ed7d4620e1e2f4bd1eddc8682cfda4..8a69640a39f5eeab11fd9968080242e6a23093cd 100644
|
| --- a/chrome/browser/extensions/api/socket/udp_socket.h
|
| +++ b/chrome/browser/extensions/api/socket/udp_socket.h
|
| @@ -33,6 +33,9 @@ class UDPSocket : public Socket {
|
| const std::string& address,
|
| int port,
|
| const CompletionCallback& callback) OVERRIDE;
|
| + virtual bool IsTCPSocket() OVERRIDE;
|
| + virtual bool GetPeerAddress(net::IPEndPoint* address) OVERRIDE;
|
| + virtual bool GetLocalAddress(net::IPEndPoint* address) OVERRIDE;
|
|
|
| protected:
|
| virtual int WriteImpl(net::IOBuffer* io_buffer,
|
|
|