| Index: chrome/common/ipc_channel_proxy.h
|
| diff --git a/chrome/common/ipc_channel_proxy.h b/chrome/common/ipc_channel_proxy.h
|
| index 80a980762ef8d411a1d3d02c5fa1723e53b2e28f..2263ea69718ee92951695344d3551084fcc769a3 100644
|
| --- a/chrome/common/ipc_channel_proxy.h
|
| +++ b/chrome/common/ipc_channel_proxy.h
|
| @@ -117,7 +117,7 @@ class ChannelProxy : public Message::Sender {
|
| // Calls through to the underlying channel's methods.
|
| // TODO(playmobil): For now this is only implemented in the case of
|
| // create_pipe_now = true, we need to figure this out for the latter case.
|
| - void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd);
|
| + void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd) const;
|
| void OnClientConnected();
|
| #endif // defined(OS_POSIX)
|
|
|
|
|