Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index a6f234c72468b66e9f00cf090e6628b205a05c82..de8709e6ed821e87f16c4681c0bc56202a7aedd8 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 GetPipeHandle() const OVERRIDE; |
static bool IsNamedServerInitialized(const std::string& channel_id); |