| Index: ipc/ipc_channel_win.h
|
| diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
|
| index a6f234c72468b66e9f00cf090e6628b205a05c82..dd8ae1f25c436615f3722327f9d748bb550a2a66 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);
|
|
|
|
|