Commit be525b8c authored by Nick Harper's avatar Nick Harper Committed by Commit Bot

Mark as obsolete some unused Cookie.* histograms

The code that logged to these histograms was deleted in 2017, but I forgot
to mark them as obsolete in histograms.xml.

Change-Id: Idbca14571c01f0c81a76478d8967dd7f18bb61c4
Bug: 736978
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802709
Auto-Submit: Nick Harper <nharper@chromium.org>
Commit-Queue: Jesse Doherty <jwd@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696971}
parent 1e2eb1df
...@@ -24417,6 +24417,9 @@ uploading your change for review. ...@@ -24417,6 +24417,9 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Cookie.DeletionCause" enum="CookieDeletionCause"> <histogram name="Cookie.DeletionCause" enum="CookieDeletionCause">
<obsolete>
Removed Jul 2017 for lack of use.
</obsolete>
<owner>nharper@chromium.org</owner> <owner>nharper@chromium.org</owner>
<summary> <summary>
For each cookie removed from the store, the reason it was removed. For each cookie removed from the store, the reason it was removed.
...@@ -24461,6 +24464,9 @@ uploading your change for review. ...@@ -24461,6 +24464,9 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Cookie.EvictedLastAccessMinutes" units="minutes"> <histogram name="Cookie.EvictedLastAccessMinutes" units="minutes">
<obsolete>
Removed Jul 2017 for lack of use.
</obsolete>
<owner>nharper@chromium.org</owner> <owner>nharper@chromium.org</owner>
<summary> <summary>
For each evicted (not expired) cookie, the amount of time since it was last For each evicted (not expired) cookie, the amount of time since it was last
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment