Open
Bug 1642746
Opened 5 years ago
Updated 5 years ago
Make the IProtocol::ChannelSend() methods take a UniquePtr<Message> argument
Categories
(Core :: IPC, task, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
I think the natural followup to bug 1642738 is to make the ChannelSend/ChannelCall methods take UniquePtr arguments. This will require modifying the IPDL code generator, and ideally also the code generation of the methods that create the IPDL messages, so they return UniquePtr.
Reporter | ||
Updated•5 years ago
|
Summary: Make the IProtocol::ChannelSend() take a UniquePtr<Message> argument → Make the IProtocol::ChannelSend() methods take a UniquePtr<Message> argument
You need to log in
before you can comment on or make changes to this bug.
Description
•