commit | df7a59add86125670b7401850020b0d768d42119 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Thu Nov 22 15:57:15 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 22 15:57:15 2018 |
tree | 29b2c252f7ee622670670c776df1a2e8b4497b3f | |
parent | 4fef5eab4d21574b8ef8febfd4fa63fe311dfea1 [diff] |
Convert OAuthTokenFetchedCallback to as OnceCallback<> The callback is only invoked once, so change the type from base::Callback (which is an alias for RepeatingCallback) to base::OnceCallback. Bug: none Change-Id: I88459dc79073fe890645aae5457678172d1bfc53 Reviewed-on: https://chromium-review.googlesource.com/c/1344142 Reviewed-by: Mihai Sardarescu <msarda@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#610430}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .