commit | 2bcad13a5e93fa48c4e9799da2daddadfa80d96c | [log] [tgz] |
---|---|---|
author | Vinny Persky <vinnypersky@google.com> | Wed Jun 14 19:38:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 14 19:38:47 2023 |
tree | c068e6dc7febe8c2fbb93e2318a52053fd721198 | |
parent | 23bd6cc054530059d0dc3fa60dc465355537b45c [diff] |
Add mandatory re-auth manager backend component (3/4) This CL adds the mandatory re-auth manager backend component for the re- auth opt-in flow. It is CL 3/4, and in the final CL we will link everything together to trigger the re-auth opt-in flow. The authentication flow will later be refactored into the MandatoryReauthManager as well. test_autofill_client.h, which is just test code. It is also possible the coverage delta is not accurately reported in the case of inlined code in .h files, as this code is being used in tests. I have filed crbug.com/1448697 to double check this. Bug: 4555994 Change-Id: I9433518bd7e1d8662764d4e9b912756cde60eb61 Low-Coverage-Reason: The low coverage warning is for Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4556577 Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Siyu An <siyua@chromium.org> Reviewed-by: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by: Dominic Battre <battre@chromium.org> Commit-Queue: Vinny Persky <vinnypersky@google.com> Cr-Commit-Position: refs/heads/main@{#1157726}
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.