commit | b3867e82c2b858e7b01c07fbd002c919f3876d68 | [log] [tgz] |
---|---|---|
author | Sigurdur Asgeirsson <siggi@chromium.org> | Fri Nov 20 04:06:51 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 20 04:06:51 2020 |
tree | 1eb413039639da94f5fd0510ba93a17af467bd87 | |
parent | c65f6764296927582c1401ff16bb65608d079c83 [diff] |
Retire ScopedObserver in /chrome/browser/ui/views/apps. 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=calamity@chromium.org Bug: 1145565 Change-Id: Iaa127ff7d30adeba6ffc70c26a3c8432bec84d4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548000 Auto-Submit: Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Reviewed-by: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#829518}
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.