| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1f7ad6f405204985db0851d3ca630e044b32d33f..c3b0c720858a3da6b7c04dc87396346e78d37c29 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -3823,6 +3823,32 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Cookie.Startup.AverageTimeSpentDeletingOneCookie" units="ms">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + The average amount of time required to delete one session cookie on startup.
|
| + This metric is only emitted if at least one cookie is deleted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Cookie.Startup.NumberOfCookiesDeleted">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + The number of session cookies deleted on startup. This metric is emitted
|
| + even if no cookies are deleted. This metric is not emitted if session
|
| + cookies are restored, rather than deleted on startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Cookie.Startup.TimeSpentDeletingCookies" units="ms">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + The amount of time required to delete session cookies on startup. This
|
| + metric is emitted even if no cookies are deleted. This metric is not emitted
|
| + if session cookies are restored, rather than deleted on startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Cookie.TimeBlockedOnLoad" units="ms">
|
| <owner>erikwright@chromium.org</owner>
|
| <summary>
|
|
|