commit | 64c79ca65b0f3650cf41f3d8909106e676be58e0 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Wed Jul 31 19:17:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 31 19:17:02 2024 |
tree | 2b7bd626b0ec8c2000eb889213e239978ed11634 | |
parent | 0084b4dcd78948f9135011c461cb95aada4a5abd [diff] |
[passswords] Add GetLocalUpmMinGmsVersion() which handles auto/non-auto No behavior change. Before this CL, there were 2 constants kLocalUpmMinGmsVersion and kLocalUpmMinGmsVersionForAuto, and the logic to choose between the 2 was duplicated. This CL moves the logic to a single helper GetLocalUpmMinGmsVersion(). The helper and kAccountUpmMinGmsVersion are moved to a new file, since they don't fit password_features.h. Note 1: this was already reviewed in crrev.com/c/5621244. Note 2: a similar thing could be done for kLocalUpmMinGmsVersionParam and kLocalUpmMinGmsVersionParamForAuto, but these feature parameters will be removed in next CLs, so they are left as is. Bug: 346556567 Change-Id: I820b10e09740b162123f8db47429fb3d0d7f8aa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5752606 Auto-Submit: Victor Vianna <victorvianna@google.com> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/main@{#1335614}
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.