commit | 0da63e3d5003f0090f3eb294f9f8a986c70367ad | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Tue Dec 10 04:18:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 04:18:59 2024 |
tree | 7e998e18282572e904c056966e98956da47fc13c | |
parent | 3400b318820b857135899a8c3d1a393ab3968d10 [diff] |
[TG Sync Android] Provide pause functionality for local observers This CL adds API support in TabGroupSyncService to pause local observation temporarily. This is needed to avoid updating sync when a tab group is being moved between two windows. The API was added in Java only as a short term gap fix. A proper solution requires multiwindow fix and moving the controller layer to native. Bug: 379696272 Change-Id: I360e7c0dc5068bf2c868304352bcb9abc04b2412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073627 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1394077}
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.