commit | 3e3a6df13fd4d8813081fbfa594b32b17702089c | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Tue Aug 02 10:33:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 02 10:33:22 2022 |
tree | c1fdda1982ae3dfb52160a1f984706f098aa0341 | |
parent | a8d39a46b799a67bccaa2d70d62339345d7d6776 [diff] |
Migrate some isSyncRequested() to isSyncFeatureEnabled() on Android The most relevant differences between these predicates - Sync setup incomplete state returns true for the first but false for the second. - Sync disabled by policy might give true for the first and false for the second (depends on the type of policy). Bug: 1291953 Change-Id: I3fd7889d2ae46cb98cfeb05032ee3cade81dfcf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3423771 Reviewed-by: Marc Treib <treib@chromium.org> Auto-Submit: Victor Vianna <victorvianna@google.com> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/main@{#1030469}
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.