commit | f4b9e94bcc00bace773ea74d0801ba9a32beab8c | [log] [tgz] |
---|---|---|
author | danakj <danakj@chromium.org> | Fri Nov 29 15:43:04 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 29 15:43:04 2019 |
tree | e9462e78be931c2df7c148e2564f8f3453dc6d14 | |
parent | 27a2802e5e3b5eeb9910ff8700f29f7f0dffcf51 [diff] |
Convert Callback to {Once,Repeating}Callback in //content/browser. Use OnceCallback where possible, and use BindRepeating() where it is meant to be a RepeatingCallback. Majority of this change is a few typedefs that are very widely used: - LoadedCallback - ValidateTokenCallback - ValidateRegistrationCallback - GotDataCallback** ** Especially this one. R=blundell@chromium.org, clamy@chromium.org, marq@chromium.org TBR=clamy Bug: 1007760 Change-Id: I3e6b2bfbc1ff5d36a96628da1163f6a37fb2b204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943327 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#720205}
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 .