commit | 3e31c24d39ae33cd7414545c2d607d1d89a82f88 | [log] [tgz] |
---|---|---|
author | David Roger <droger@chromium.org> | Wed Mar 13 08:59:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 08:59:08 2024 |
tree | 99c7fe433214eee829191eb7ea6cedc5e31d016b | |
parent | 1ace9fa64448b6d710583558bfb3a05ef5848dac [diff] |
[Uno-d] Address Account Setting only enabled for explicit signin This CL hides the setting for address account storage if the user signed in through Dice. The scenario is: - user signs in with Dice through the web (implicit signin). They are not syncing. - user restarts Chrome, and gets the "Uno" base::Features: * kSyncEnableContactInfoDataTypeInTransportMode * kExplicitBrowserSigninUIOnDesktop - in chrome://settings/addresses the toggle for account storage is hidden, and account storage is OFF. - user signs out, and then signs in again with Uno (explicit signin) - in settings the account storage toggle is now shown, and is ON by default. Fixed: b/324411714 Change-Id: I31ca8b0895ffd870267a81d5dd4a7b319037ef7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5353046 Reviewed-by: Ryan Sultanem <rsult@google.com> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1272037}
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.