New issue
Advanced search Search tips

Issue 819645 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make Task a ref counted object in the UpdateClient implementation

Project Member Reported by sorin@chromium.org, Mar 7 2018

Issue description

We'd like to avoid using unmanaged pointers for Task. These objects are stored in containers and passed as arguments to callbacks and other functions. A refcounted pointer is a good choice.
 

Comment 2 by sorin@chromium.org, Mar 7 2018

Status: Fixed (was: Untriaged)

Sign in to add a comment