commit | c7ae0190de641f8c82ed407e1f128efcce4c5a47 | [log] [tgz] |
---|---|---|
author | Evan Stade <[email protected]> | Mon Jul 06 16:50:40 2020 |
committer | Commit Bot <[email protected]> | Mon Jul 06 16:50:40 2020 |
tree | 4cabe6b20742125a0263294e7f95caff0558de6f | |
parent | a321f0c3c88789c831b5e011c31addc3d76e6d43 [diff] |
Convert Bind to BindOnce or BindRepeating in //remoting/protocol There's one non-trivial change to MessageReader, where a RepeatingCallback is converted into a OnceCallback. Bug: 1007823 Change-Id: I36415fedbd670bc3b9b8c68db8e3bbde4dd73d1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271161 Commit-Queue: Evan Stade <[email protected]> Reviewed-by: Joe Downing <[email protected]> Cr-Commit-Position: refs/heads/master@{#785429}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.