| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index 7b71d5b29b2f3c736cbaacd8f5297ec4f161148e..2e483acbf4d60170933a053b796e2c35e8fc0fba 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -116,7 +116,6 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
| // Calls through to the underlying channel's methods.
|
| int GetClientFileDescriptor();
|
| int TakeClientFileDescriptor();
|
| - bool GetPeerEuid(uid_t* peer_euid) const;
|
| #endif // defined(OS_POSIX)
|
|
|
| protected:
|
|
|