Index: ipc/ipc_channel_proxy.h |
=================================================================== |
--- ipc/ipc_channel_proxy.h (revision 187239) |
+++ ipc/ipc_channel_proxy.h (working copy) |
@@ -181,7 +181,7 @@ |
// Calls through to the underlying channel's methods. |
int GetClientFileDescriptor(); |
int TakeClientFileDescriptor(); |
- bool GetPeerEuid(uid_t* peer_euid) const; |
+ bool GetClientEuid(uid_t* client_euid) const; |
#endif // defined(OS_POSIX) |
protected: |