| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6b38741b1c42684cbc4efe6a3a8ca52982f8d5a9..f7367dffb43fef93cdd223ff4099b90680b95cfe 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -63459,6 +63459,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ThirdPartyModules.Certificates.Microsoft" units="certificates">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + The total number of certificates for modules loaded (or potentially loaded)
|
| + into the browser process that are signed by Microsoft. A catalog counts as a
|
| + single certificate, and may refer to many modules. Measured shortly after
|
| + startup. Windows only.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ThirdPartyModules.Certificates.Total" units="certificates">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + The total number of certificates for modules loaded (or potentially loaded)
|
| + into the browser process. A catalog counts as a single certificate, and may
|
| + refer to many modules. Measured shortly after startup. Windows only.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ThirdPartyModules.Modules.Signed" units="modules">
|
| <owner>chrisha@chromium.org</owner>
|
| <summary>
|
| @@ -63467,6 +63486,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ThirdPartyModules.Modules.Signed.Catalog" units="modules">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + The total number of modules loaded (or potentially loaded) into the browser
|
| + process that are signed via a catalog. Measured shortly after startup.
|
| + Windows only.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ThirdPartyModules.Modules.Signed.Microsoft" units="modules">
|
| <owner>chrisha@chromium.org</owner>
|
| <summary>
|
|
|