commit | a324ad42afc657ab1318cdf1e638c79c36097fa1 | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Wed Apr 24 22:31:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 22:31:01 2024 |
tree | e9a4e7df2b4d6f0349a47b5579d414db7998c2d6 | |
parent | 2aa38bc48bac2537722bee512a1c9a86e625d6fc [diff] |
[Tab Group Sync] Conversion methods for stable ID to root ID This CL introduces conversion methods in TabGroupModelFilter to convert between root ID and stable ID. This is a prerequisite for the tab group sync work to be able to use stable IDs since most of the public methods of TabGroupModelFilter currently use the root ID. Hence, for short term we will be converting between the two types of IDs as needed. Bug: b/336663675 Change-Id: Ied728d92e50548796b1088b9c59c272f84c468fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5480004 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1292131}
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.