New issue
Advanced search Search tips

Issue 824488 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

[Remoting Base] OAuthTokenGetter should switch to use OnceCallback

Project Member Reported by yuweih@chromium.org, Mar 21 2018

Issue description

OAuthTokenGetter currently still uses base::Callback on CallbackWithToken(), which is now RepeatingCallback. We should change this to OnceCallback to allow better handling of the closure's lifetime.
 

Sign in to add a comment