Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1542)

Unified Diff: ipc/ipc_channel_mojo.h

Issue 2493623002: Remove IPC::Endpoint. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_channel_common.cc ('k') | ipc/ipc_channel_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_mojo.h
diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h
index ddc00c0d537400fea3df2a13909d7258e2fc01c9..215b198d60c25ddc85996837e8b4c356ea74d863 100644
--- a/ipc/ipc_channel_mojo.h
+++ b/ipc/ipc_channel_mojo.h
@@ -73,11 +73,8 @@ class IPC_EXPORT ChannelMojo
void Flush() override;
void Close() override;
bool Send(Message* message) override;
- base::ProcessId GetPeerPID() const override;
Channel::AssociatedInterfaceSupport* GetAssociatedInterfaceSupport() override;
- base::ProcessId GetSelfPID() const;
-
// These access protected API of IPC::Message, which has ChannelMojo
// as a friend class.
static MojoResult WriteToMessageAttachmentSet(
@@ -92,7 +89,7 @@ class IPC_EXPORT ChannelMojo
mojom::ChannelAssociatedRequest receiver) override;
// MessagePipeReader::Delegate
- void OnPeerPidReceived() override;
+ void OnPeerPidReceived(int32_t peer_pid) override;
void OnMessageReceived(const Message& message) override;
void OnPipeError() override;
void OnAssociatedInterfaceRequest(
« no previous file with comments | « ipc/ipc_channel_common.cc ('k') | ipc/ipc_channel_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698