Chromium Code Reviews| Index: ipc/ipc_channel.h |
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h |
| index 29caec3419b177909349990da1cc8b61cd0f4934..9b1301eca3e325fe0a916dcf84bba2662a483dd2 100644 |
| --- a/ipc/ipc_channel.h |
| +++ b/ipc/ipc_channel.h |
| @@ -168,7 +168,7 @@ class IPC_EXPORT Channel : public Sender { |
| // Returns true if the peer process' effective user id can be determined, in |
| // which case the supplied client_euid is updated with it. |
|
Mark Mentovai
2013/03/05 20:08:03
client_euid → peer_euid now.
jeremya
2013/03/06 05:03:18
I see your unicode arrow and I raise you U+104D ၍
Mark Mentovai
2013/03/06 19:34:04
jeremya wrote:
|
| - bool GetClientEuid(uid_t* client_euid) const; |
| + bool GetPeerEuid(uid_t* peer_euid) const; |
| // Closes any currently connected socket, and returns to a listening state |
| // for more connections. |