commit | 3c364965d6547e17497282696bf88012fb66618c | [log] [tgz] |
---|---|---|
author | Karol Sygiet <sygiet@google.com> | Thu Feb 01 14:03:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 14:03:43 2024 |
tree | 2194bceaa4c1c381506257a2cee176f9e8927383 | |
parent | 93e5dbc5e61110dec5142e3f7e2337d640073a23 [diff] |
Show `DefaultStoreChanged` bubble This CL adds a functionality that checks if the default store value matches the opt in the account store setting. If they are not aligned the new `DefaultStoreChanged` will be shown. The followup CLs will remove all old callers of the `SetDefaultPasswordStore()` meaning that after they land, this bubble will be shown no more than once. Additionally buttons in the `DefaultStoreChanged` got their proper implementations meaning that: 1) "Got it" button opens the Save bubble 2) "Settings" button opens the pwm settings page with a query that will be used to trigger the iph and when the user goes back to the tab that triggered this bubble the Save bubble will appear. Bug: 1503146 Change-Id: I8cc32827206365c77aba0f5fec23f3e64a364908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246388 Reviewed-by: Victor Vianna <victorvianna@google.com> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Karol Sygiet <sygiet@google.com> Cr-Commit-Position: refs/heads/main@{#1255017}
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.