Index: ipc/mojo/ipc_channel_mojo.cc |
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc |
index 45dfb8419f4e5f167c046a4699e3e8ee249bf6e7..0c6c99478c2670cb752cb18e1739c4c4ae3b1400 100644 |
--- a/ipc/mojo/ipc_channel_mojo.cc |
+++ b/ipc/mojo/ipc_channel_mojo.cc |
@@ -327,7 +327,7 @@ base::ProcessId ChannelMojo::GetPeerPID() const { |
} |
base::ProcessId ChannelMojo::GetSelfPID() const { |
- return base::GetCurrentProcId(); |
+ return bootstrap_->GetSelfPID(); |
} |
void ChannelMojo::OnClientLaunched(base::ProcessHandle handle) { |