| Index: ipc/mojo/ipc_channel_mojo.h
|
| diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
|
| index 50625773637c88cbea15f887c4cb08d5df7cc067..71d1d10c8e63afeb21fc20f59c46e7dfd69d862a 100644
|
| --- a/ipc/mojo/ipc_channel_mojo.h
|
| +++ b/ipc/mojo/ipc_channel_mojo.h
|
| @@ -92,6 +92,7 @@ class IPC_MOJO_EXPORT ChannelMojo
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| int GetClientFileDescriptor() const override;
|
| base::ScopedFD TakeClientFileDescriptor() override;
|
| +#endif // defined(OS_POSIX) && !defined(OS_NACL)
|
|
|
| // These access protected API of IPC::Message, which has ChannelMojo
|
| // as a friend class.
|
| @@ -102,8 +103,6 @@ class IPC_MOJO_EXPORT ChannelMojo
|
| Message* message,
|
| std::vector<MojoHandle>* handles);
|
|
|
| -#endif // defined(OS_POSIX) && !defined(OS_NACL)
|
| -
|
| // MojoBootstrapDelegate implementation
|
| void OnBootstrapError() override;
|
|
|
|
|