commit | e592c48f00d5fa4a3a9f99e498dd10541ce7378e | [log] [tgz] |
---|---|---|
author | Sigurdur Asgeirsson <[email protected]> | Thu Jan 28 16:17:29 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jan 28 16:17:29 2021 |
tree | 9a333fb64a3399b1067a307bbead2df6fa44ed59 | |
parent | 75c94c9427514499194f4c2c5f363a54b6f1310a [diff] |
Retire ScopedObserver in /ash. ScopedObserver is being deprecated in favor of two new classes: - base::ScopedObservation for observers that only ever observe a single source. - base::ScopedMultiSourceObservation for observers that do or may observe more than a single source. Bug: 1145565 Change-Id: I9d40225ed363d9758bdbdb715b0d8e6fc4481e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2650746 Reviewed-by: Xiyuan Xia <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Sigurður Ásgeirsson <[email protected]> Cr-Commit-Position: refs/heads/master@{#848127}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.