commit | a3c39f54fc21ebbe8878a5753782bc102366d9a6 | [log] [tgz] |
---|---|---|
author | Stephen McGruer <[email protected]> | Mon Nov 15 23:05:59 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Nov 15 23:05:59 2021 |
tree | 0acb426349888bfdca9be53565f17e2075d7e8df | |
parent | 58197209c2afdd76e4d306ffb7eca6a2277f852b [diff] |
[SPC] Clean-up: rename instrument to credential in places We have long since stopped storing instrument information in the user profile database; nowadays we only store the credential information. Doing this renaming makes the code easier to understand. There are a few places where the old name remains, because they cannot be renamed without losing data - the SQL table itself and some histogram-related code. Bug: None Change-Id: I81762e6c52119d377dfecaea55b54261a95c3cb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3279121 Reviewed-by: Alex Gough <[email protected]> Reviewed-by: Martin Šrámek <[email protected]> Reviewed-by: Rouslan Solomakhin <[email protected]> Commit-Queue: Stephen McGruer <[email protected]> Cr-Commit-Position: refs/heads/main@{#941885}
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.