commit | baf5bd24979bf77c460f2f653f7eb06ffcbb945f | [log] [tgz] |
---|---|---|
author | Ted Choc <tedchoc@chromium.org> | Thu Jan 12 23:59:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 12 23:59:15 2023 |
tree | 0ee7d35c4ac4e658781afd4e26c1a734b866f13a | |
parent | 1cff02742e42b7c882d4966f464af5afce1dc757 [diff] |
Split out an observer for TabModelSelector add/removals. A precursor to monitoring tab state dirtiness per-tab w/o needing to add a needless EmptyTabObserver for each. There should be no behavioral changes to TabModelSelectorTabObserver (aside from ensuring we don't broadcast initial registration events for destroyed tabs). BUG=1374456 Change-Id: I1a936524dd1d72e69092e34ee71a4d83cc4b5c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4113997 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1092126}
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.
If you found a bug, please file it at https://crbug.com/new.