Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2384413004: [Win] Count number of distinct certificates covering third party modules. (Closed)
Patch Set: Fix initializer lists. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/win/enumerate_modules_model_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/win/enumerate_modules_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698