| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ac5fc8967af81924ff420da793841ec56866e75a..bba78e12d409278f18e24ef6c3e607b3a9fa8b9d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8975,6 +8975,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.InjectEnd_BlockingScriptCount">
|
| + <owner>kalman@chromium.org</owner>
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + Number of blocking scripts injected at document end by extensions.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.InjectEnd_ScriptCount">
|
| <owner>kalman@chromium.org</owner>
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
| @@ -8989,6 +8997,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.InjectIdle_BlockingScriptCount">
|
| + <owner>kalman@chromium.org</owner>
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + Number of blocking scripts injected at document idle by extensions.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.InjectIdle_ScriptCount">
|
| <owner>kalman@chromium.org</owner>
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
| @@ -9009,6 +9025,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Time taken to inject all scripts by extensions.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.InjectStart_BlockingScriptCount">
|
| + <owner>kalman@chromium.org</owner>
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + Number of blocking scripts injected at document start by extensions.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.InjectStart_CssCount">
|
| <owner>kalman@chromium.org</owner>
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
|
|