| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index 792e3d6a506e2d13a6f6908244049b451993333c..4e2ebbff2b31702eb6e4ade9000261838190ceaa 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -157,7 +157,8 @@ class IPC_EXPORT ChannelProxy : public Message::Sender {
|
|
|
| #if defined(OS_POSIX)
|
| // Calls through to the underlying channel's methods.
|
| - int GetClientFileDescriptor() const;
|
| + int GetClientFileDescriptor();
|
| + int TakeClientFileDescriptor();
|
| bool GetClientEuid(uid_t* client_euid) const;
|
| #endif // defined(OS_POSIX)
|
|
|
|
|