| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d3ed17e789fadaa40776ec4251902eae07f96d6d..9e6802030a945ce8169f2406fabc03a1a21f4eaa 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8405,9 +8405,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.LoadAllComponentTime" units="milliseconds">
|
| + <owner>kalman@chromium.org</owner>
|
| + <summary>
|
| + Time taken to load all component extensions at browser startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.LoadAllTime" units="milliseconds">
|
| <owner>kalman@chromium.org</owner>
|
| - <summary>Time taken to load all extensions at browser startup.</summary>
|
| + <summary>
|
| + Time taken to load all non-component extensions at browser startup.
|
| + </summary>
|
| </histogram>
|
|
|
| <histogram name="Extensions.LoadApp">
|
|
|