Index: chrome/common/ipc_channel_posix.h |
diff --git a/chrome/common/ipc_channel_posix.h b/chrome/common/ipc_channel_posix.h |
index fbdd59be982d10c51b8e347cafccd654c3b95caa..f94b1718aa7b6725ecdec2fedecf33caede7b1f3 100644 |
--- a/chrome/common/ipc_channel_posix.h |
+++ b/chrome/common/ipc_channel_posix.h |
@@ -27,7 +27,7 @@ class Channel::ChannelImpl : public MessageLoopForIO::Watcher { |
void Close(); |
void set_listener(Listener* listener) { listener_ = listener; } |
bool Send(Message* message); |
- void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd); |
+ void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd) const; |
void OnClientConnected(); |
private: |