| commit | 6c021fa3dfd4090bb0ba2c0de17cb64d2125883c | [log] [tgz] |
|---|---|---|
| author | Monica Basta <msalama@chromium.org> | Thu Mar 31 15:02:06 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 31 15:02:06 2022 |
| tree | 6b51cea5a3ce4b37f32b2425dfa3802f4eb9ba56 | |
| parent | aeddcd5ed9888bda037d93282cfb71ab84196379 [diff] |
Make UserSignoutSetting public The logic for turn sync off and signout is moved to the SigninManager. To check if the user is allowed to turn sync off, the UserSignoutSettings needs to be passed in the constructor of the SigninManager. Therefore, this CL makes UserSignoutSetting public. It will be used in the next CL. Bug: 1307249 Change-Id: Ib2b70a055dcf63786b284319e850c3b505f3e89d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3560704 Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/main@{#987454}
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.