Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1f7ad6f405204985db0851d3ca630e044b32d33f..9ddb94fb1c56a118c80bae5369b4a44dca69ae24 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -3823,6 +3823,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</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> |