[Uno-d] Plumb the signout confirmation dialog in the profile menu Notes: - a follow up CL will plumb the dialog in settings. - I kept the signout logic from the profile menu, but it needs to be updated: we should not open the signout tab if the user is already signed out. tracked in b/329806665 - the dialog (https://screenshot.googleplex.com/4zTGjnstyYAirkB) assumes that the user is in signin paused state. However the dialog should be shown in all cases when there is pending data. The strings will need to be updated. - currently, when in signin paused, it does not seem that butter saves the data in the account storage. It looks like butter is simply disabled and data saved in local storage. This will need to be updated, but until then, the dialog is hard to trigger. Bug: b/328005358 Change-Id: Ic5744a0fd0b0aea0c7ddfb3b87a8140f20f428dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5372487 Reviewed-by: Alex Ilin <alexilin@chromium.org> Reviewed-by: Victor Vianna <victorvianna@google.com> Reviewed-by: Monica Basta <msalama@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1276885}
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.