| commit | ac97530bdba3a5b7f756e79a0f93445cd0836a64 | [log] [tgz] |
|---|---|---|
| author | Brandon Wylie <wylieb@chromium.org> | Tue May 13 17:12:02 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 17:12:02 2025 |
| tree | acaf6b2fed82b002ecb1b56818feebdaf6757039 | |
| parent | b73aff9348ffdbcaec1e80ddcc59fa8647706679 [diff] |
[declutter] Support delayed archived tabmodel when closing tabs When closing all tabs, it's assumed that the archived tabmodel is loaded. This isn't the case, especially after crrev.com/cl/6499064 which delays the archived tabmodel even more. This CL accounts for the possibility that the archived tabmodel isn't loaded when a user closes all their tabs. It no-ops this case, and leaves the archived tabs intact. Bug: 417254184 Change-Id: Icac1d4783ad34d9f98a641145ebffb0a2f228662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6535109 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Brandon Wylie <wylieb@google.com> Cr-Commit-Position: refs/heads/main@{#1459537}
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.