commit | ea3e0c99ed05f3c5747fefa665cfd99290926b6c | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Thu Apr 25 00:23:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 25 00:23:12 2024 |
tree | 111be86703d2bcf540f6ec1bad97f6b9c2849031 | |
parent | 1b41682c7fe3fd3a16e6f5c89d06897ffccb6529 [diff] |
[Tab Group Sync] Implement getDeletedGroupIds This CL completes the hookup of getDeletedGroupIds across JNI. Deleted groups are groups that have been deleted from sync but open locally. These groups will be closed in the tab model on the next restart of the window if the window is not alive when the message was received from sync. If the window was open, the group will be closed and the entry will be deleted right away. Also adds a few TODOs in tab_group_sync_service_impl.cc to invoke mapping store when it's ready. Bug: b/336792770 Change-Id: Id58f9e9babcc79cab9f6802e89c9c4ad69f3acea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5484342 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1292200}
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.