commit | c16eecf9d85bc17df36ff777cf605be4043d57f0 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Fri Jul 16 17:16:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 16 17:16:57 2021 |
tree | 18e68b0b62ac9a97a93a50beb24274b168cb6730 | |
parent | c002abd7ffd814e174495f52545a8faad9f08591 [diff] |
Move trusted vault metric loggers from SyncService to TrustedVaultClient These methods are in reality free functions that have nothing to do with the SyncService. They have to be in some file, so might as well put them close to the corresponding createKeyRetrievalIntent() and createRecoverabilityDegradedIntent() methods. Bug: None Change-Id: I389faf4e659cd2f54f50d6dce081872fa61e8290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3032164 Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#902487}
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.