commit | ec15f2e9fd4a6165a19560b1e070dc80d349de3d | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Fri May 14 16:19:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 14 16:19:34 2021 |
tree | 3274c7cc2f7cbc752a115da83ed4b9dd1d142588 | |
parent | a84020f11e7b94a68ed518631bdd0ded073e18a1 [diff] |
[sync] Add method type hint to Javascript API for account recovery The integer acts as enum but is considered opaque in most layers, plumbed from the Javascript API in the renderer process, until it reaches the platform-dependent TrustedVaultClient in the browser process. This value is expected to be useful in interactions with the server, acting as a hint that allows the server to implement optimizations. Change-Id: Id90aec0765129be2c1dd7a68f6ea5af5f2972854 Bug: 1081650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879995 Reviewed-by: Sam McNally <sammc@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#882992}
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.