| Index: ipc/ipc_channel.h
|
| ===================================================================
|
| --- ipc/ipc_channel.h (revision 187759)
|
| +++ ipc/ipc_channel.h (working copy)
|
| @@ -167,8 +167,8 @@
|
| bool HasAcceptedConnection() const;
|
|
|
| // Returns true if the peer process' effective user id can be determined, in
|
| - // which case the supplied peer_euid is updated with it.
|
| - bool GetPeerEuid(uid_t* peer_euid) const;
|
| + // which case the supplied client_euid is updated with it.
|
| + bool GetClientEuid(uid_t* client_euid) const;
|
|
|
| // Closes any currently connected socket, and returns to a listening state
|
| // for more connections.
|
|
|