commit | eef9222350f97f07dadae7952af0f1fb32affdfd | [log] [tgz] |
---|---|---|
author | Justin Lulejian <[email protected]> | Wed Feb 14 01:10:13 2024 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 14 01:10:13 2024 |
tree | 55139132cba43482e03ba2682ce4177da94868ba | |
parent | fe9770acf3741ba80475b0caf5b0572747559247 [diff] |
[Extensions] Fix corrupt extensions metric enum. Extensions.CorruptExtensionDisabledReason enum values do not match the code enum ContentVerifyJob::FailureReason. This makes them match. Also convert UMA macro to function per histogram guidelines. Bug: N/A Change-Id: I5c600c58e189a235949f2bb7bd143104cfa03d17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5293465 Auto-Submit: Justin Lulejian <[email protected]> Reviewed-by: Devlin Cronin <[email protected]> Commit-Queue: Devlin Cronin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1260191}
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.