commit | 51fd3fe725578c645ca29278e8928f2bd70f2680 | [log] [tgz] |
---|---|---|
author | sandromaggi <sandromaggi@google.com> | Mon Mar 07 08:01:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 07 08:01:34 2022 |
tree | feba370b92238791b2d70bfe7a075687bd052d8b | |
parent | 0f0430c19361b926a923b8cf614475be9b72ce57 [diff] |
[Autofill Assistant] Enforce auth in Service This introduces a new AuthMode enum per request, replacing the per-instance default configuration of "auth_enabled" and "disable_auth_if_no_access_token". Bug: b:218838411 Change-Id: I1fedbfc5705d79b2b96fd5f3459e09e1d667bc29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3501832 Reviewed-by: Clemens Arbesser <arbesser@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/main@{#978179}
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.