Index: chrome/common/ipc_channel.h |
diff --git a/chrome/common/ipc_channel.h b/chrome/common/ipc_channel.h |
index 9b7f8b208c2090b271b64ced15e9be5091cf4a70..dabfe1a5b1b2530f2fafc458de33ea81e6ac4ce2 100644 |
--- a/chrome/common/ipc_channel.h |
+++ b/chrome/common/ipc_channel.h |
@@ -94,7 +94,7 @@ class Channel : public Message::Sender { |
// If the kTestingChannelID flag is specified on the command line then |
// a named FIFO is used as the channel transport mechanism rather than a |
// socketpair() in which case this method returns -1 for both parameters. |
- void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd); |
+ void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd) const; |
// Call this method on the server side of the IPC Channel once a client is |
// connected in order to close the client side of the socketpair(). |