| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 15efbe8275650316cda6694603bbe858a82796fb..1d42d224c3ec0dba677b56f08dbb7f8f13be643b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57553,6 +57553,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>
|
|
|