commit | f4b9e94bcc00bace773ea74d0801ba9a32beab8c | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Fri Nov 29 15:43:04 2019 |
committer | Commit Bot <[email protected]> | 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. [email protected], [email protected], [email protected] TBR=clamy Bug: 1007760 Change-Id: I3e6b2bfbc1ff5d36a96628da1163f6a37fb2b204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943327 Commit-Queue: danakj <[email protected]> Reviewed-by: Mark Cogan <[email protected]> Reviewed-by: Colin Blundell <[email protected]> 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 .