Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 4e7cabfaed943d03d6a74f51f929b279e8788ce3..3b9f0b350b221d6e3de2952327f5f7629fcc0b1c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -59587,6 +59587,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> |