Index: chrome/common/ipc_channel_proxy.cc |
diff --git a/chrome/common/ipc_channel_proxy.cc b/chrome/common/ipc_channel_proxy.cc |
index a9def010b0cad530ea802f9f662989164ec98a0c..47aa89bb7dd41d67a0a0b421984ccbda4c288aea 100644 |
--- a/chrome/common/ipc_channel_proxy.cc |
+++ b/chrome/common/ipc_channel_proxy.cc |
@@ -286,7 +286,8 @@ void ChannelProxy::RemoveFilter(MessageFilter* filter) { |
// See the TODO regarding lazy initialization of the channel in |
// ChannelProxy::Init(). |
// We assume that IPC::Channel::GetClientFileDescriptorMapping() is thread-safe. |
-void ChannelProxy::GetClientFileDescriptorMapping(int *src_fd, int *dest_fd) { |
+void ChannelProxy::GetClientFileDescriptorMapping(int *src_fd, |
+ int *dest_fd) const { |
Channel *channel = context_.get()->channel_; |
DCHECK(channel); // Channel must have been created first. |
channel->GetClientFileDescriptorMapping(src_fd, dest_fd); |