commit | 96baa8a3eea395c3a91d8ff155adb2f60d81f800 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Mon Jun 17 14:30:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 17 14:30:37 2024 |
tree | 59b62ed3799ca6e975ca5155dce425c653bccd38 | |
parent | 0e77c4a8b59b0fe8989f3748c5fe5429fbe2003d [diff] |
[Android TRM] Avoid gating behind semi-deprecated ConsentLevel.SYNC Ongoing efforts will lead to ConsentLevel.SYNC never returning true, so a more feature-specific equivalent needs to be found. For tab resumption, which is powered by the SESSIONS sync datatype, the natural replacement is UserSelectableType.TABS, which the user must opt into. This change may have a small impact on metric MagicStack.Clank.TabResumption.ModuleNotShownReason, because some cases (signed-in-non-syncing) were previously (and incorrectly) reported as "User not sign in", whereas after this patch they will get logged as "User disabled sync" (which would benefit from a wording improvement). Bug: 347173657 Change-Id: If5e48b0285ec8d9817a9ea66be2627fb3b0cd5dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5633421 Reviewed-by: Xi Han <hanxi@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1315825}
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.