Chromium Code Reviews| Index: ipc/ipc_channel_posix.cc |
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
| index 2994828135d8e2996379ca008be71046e93fda87..9cb78aa800aa9751d7ab6cca36bb421cecd3a2de 100644 |
| --- a/ipc/ipc_channel_posix.cc |
| +++ b/ipc/ipc_channel_posix.cc |
| @@ -938,6 +938,8 @@ bool Channel::ChannelImpl::GetClientEuid(uid_t* client_euid) const { |
| } |
| *client_euid = peer_euid; |
| return true; |
| +#elif defined(OS_SOLARIS) |
| + return false; |
| #else |
| struct ucred cred; |
| socklen_t cred_len = sizeof(cred); |