| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 922fdc96535588c2b4c8f74a3837079b58fc8921..494002f3315e3153feb822b5af3aba384124acb8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57720,6 +57720,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>
|
|
|