[Remoting Base] OAuthTokenGetter should switch to use OnceCallback |
|
Issue descriptionOAuthTokenGetter 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 |
|