New issue
Advanced search Search tips

Issue 822406 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

IPC::Sender::Send() should really take std::unique_ptr<Message> as its argument

Project Member Reported by tsepez@chromium.org, Mar 15 2018

Issue description

Instead of the raw pointer, since it is taking ownership. Alas, code search shows about 1500+ places that would need updating.
 

Comment 1 by tsepez@chromium.org, Mar 15 2018

Components: Internals>Core

Sign in to add a comment