Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index bb20950dd7cedc7a02c1924a7298c7fdda9b05b6..2bbb2940834071416e39832f2f74ba0dc93f340e 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -35,6 +35,8 @@ class ChannelWin : public Channel, |
virtual void Close() OVERRIDE; |
virtual bool Send(Message* message) OVERRIDE; |
virtual base::ProcessId GetPeerPID() const OVERRIDE; |
+ virtual base::ProcessId GetSelfPID() const OVERRIDE; |
+ virtual ChannelHandle TakePipeHandle() OVERRIDE; |
static bool IsNamedServerInitialized(const std::string& channel_id); |