Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 258c01d17d5ca3dc5dc3fc6479deb91ac7ac62d2..c9707ba406d2d7c74f16ce5e3dc00e5a1b32ef20 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -61621,6 +61621,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="ThirdPartyModules.Modules.Signed" units="modules"> |
+ <owner>chrisha@chromium.org</owner> |
+ <summary> |
+ The total number of signed modules loaded (or potentially loaded) into the |
+ browser process. Measured shortly after startup. Windows only. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ThirdPartyModules.Modules.Signed.Microsoft" units="modules"> |
+ <owner>chrisha@chromium.org</owner> |
+ <summary> |
+ The total number of modules loaded (or potentially loaded) into the browser |
+ process that are signed by Microsoft. Measured shortly after startup. |
+ Windows only. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ThirdPartyModules.Modules.Total" units="modules"> |
+ <owner>chrisha@chromium.org</owner> |
+ <summary> |
+ The total number of modules loaded (or potentially loaded) into the browser |
+ process. Measured shortly after startup. Windows only. |
+ </summary> |
+</histogram> |
+ |
<histogram name="ThreadWatcher.ResponseTime" units="ms"> |
<owner>rtenneti@chromium.org</owner> |
<summary> |