Index: ipc/ipc_channel_posix.h |
diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h |
index cc26d5bfc9c9f53cec18a76a13843e3b5d294b61..b213fe0c6013f4aceaf0eef33c825f5071091cdf 100644 |
--- a/ipc/ipc_channel_posix.h |
+++ b/ipc/ipc_channel_posix.h |
@@ -83,6 +83,7 @@ class IPC_EXPORT ChannelPosix : public Channel, |
bool GetNonBrokeredAttachments(Message* msg) override; |
bool DidEmptyInputBuffers() override; |
void HandleInternalMessage(const Message& msg) override; |
+ base::ProcessId GetSenderPID() override; |
// Finds the set of file descriptors in the given message. On success, |
// appends the descriptors to the input_fds_ member and returns true |