commit | 55d2457c2764ffe6eb3ffe9113c0905da99f0c0d | [log] [tgz] |
---|---|---|
author | Kush Sinha <sinhak@chromium.org> | Wed Dec 06 06:04:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 06 06:04:16 2023 |
tree | 1e936f9a8a92265a3f641ffabef904afd7e8b2be | |
parent | bcbe976a380a17c7f274f79f754633eb166379b9 [diff] |
QuickStart: Add timer metrics for attestation cert fetch A bunch of things had to change - 1. We need to store a tiemr object in QuickStartMetrics. For this, we need to make the attestation metrics methods non-static. 2. This led to SecondDeviceAuthBroker not being able to call QuickStartMetrics from a static context. One of its anon namespace function was made an instance method to deal with this. Bug: b/314143137 Test: unit_tests --gtest_filter="*SecondDeviceAuthBrokerTest*" Change-Id: I162cd1ffc8b47281be51457cd7b82dc44ebc269e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5087530 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by: Brittany Hartmire <bhartmire@google.com> Cr-Commit-Position: refs/heads/main@{#1233784}
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.