commit | dda2aa5519b350d21b33389c764a94487d25412d | [log] [tgz] |
---|---|---|
author | Sigurdur Asgeirsson <siggi@chromium.org> | Tue May 18 20:51:18 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 18 20:51:18 2021 |
tree | 5547248a26c4fa9479d90c0757a3284e664c544e | |
parent | 21725720cf7084fd17e990ecefff80805ca0f3af [diff] |
Retire ScopedObserver in /ios/chrome/browser/ui/settings. 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. This CL was uploaded by git cl split. R=jlebel@chromium.org Bug: 1145565 Change-Id: I296cb59680ab26fdf4e45b0c2d245671742432cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2902628 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Jérôme <jlebel@chromium.org> Auto-Submit: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by: Jérôme <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#884133}
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.