summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/ipc_channel_posix.h')
-rw-r--r--chrome/common/ipc_channel_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ipc_channel_posix.h b/chrome/common/ipc_channel_posix.h
index ed3d727..414730a 100644
--- a/chrome/common/ipc_channel_posix.h
+++ b/chrome/common/ipc_channel_posix.h
@@ -29,7 +29,7 @@ class Channel::ChannelImpl : public MessageLoopForIO::Watcher {
void Close();
void set_listener(Listener* listener) { listener_ = listener; }
bool Send(Message* message);
- int GetClientFileDescriptor() const;
+ void GetClientFileDescriptorMapping(int *src_fd, int *dest_fd) const;
private:
bool CreatePipe(const std::string& channel_id, Mode mode);