commit | 8f59fbbea65ed7f0e421517139359d06094cdd78 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Fri Jun 04 01:56:27 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 04 01:56:27 2021 |
tree | ae72c6d7e05be56fc9abfec89072e1b803be00a5 | |
parent | 1e1ff07164f374e1f0309b9348a4f89fd12d222c [diff] |
[Extensions Metrics] Mark some perma-useful metrics as never expiring The following metrics are used to track core extension system health and user behavior, and will be useful for the foreseeable future. Mark them as never expiring: Extensions.Events.DispatchToComponent Extensions.LoadOffStoreItems Extensions.Toolbar.PinnedExtensionCount2 Extensions.Toolbar.PinnedExtensionPercentage3 Bug: 1200368, 1200370, 1209906 Change-Id: Idf0852e1f669548057d3febae69f1bf646fb75bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2935014 Reviewed-by: Weilun Shi <sweilun@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#889130}
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.