| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index 10ace558586a60cb4b69d2a72341689a832655b9..1ea2d0cf911c18836e254af99cf1e3f87ea4c123 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -85,10 +85,6 @@ class TestSink : public Channel {
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| virtual int GetClientFileDescriptor() const OVERRIDE;
|
| virtual int TakeClientFileDescriptor() OVERRIDE;
|
| - virtual bool AcceptsConnections() const OVERRIDE;
|
| - virtual bool HasAcceptedConnection() const OVERRIDE;
|
| - virtual bool GetPeerEuid(uid_t* peer_euid) const OVERRIDE;
|
| - virtual void ResetToAcceptingConnectionState() OVERRIDE;
|
| #endif // defined(OS_POSIX) && !defined(OS_NACL)
|
|
|
| // Used by the source of the messages to send the message to the sink. This
|
|
|