Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1290873003: Remove unowned Cookie.* histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Un-obsolete the ones we're keeping Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/cookies/cookie_monster.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1a173f868fc7ebf597e01597b7cb6324396f750f..6bd4ea781521d77974e4f912212efcdd85aa2077 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4405,6 +4405,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.BetweenAccessIntervalMinutes" units="minutes">
+ <obsolete>
+ Deprecated 2015-08-17 as part of cookie histogram cleanup
+ (https://crbug.com/521135).
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Intervals between access time updates for each cookie.</summary>
</histogram>
@@ -4441,13 +4445,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.DeletionCause" enum="CookieDeletionCause">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rdsmith@chromium.org</owner>
+ <owner>ellyjones@chromium.org</owner>
<summary>
For each cookie removed from the store, the reason it was removed.
</summary>
</histogram>
<histogram name="Cookie.DomainCount">
+ <obsolete>
+ Deprecated 2015-08-17 as part of cookie histogram cleanup
+ (https://crbug.com/521135).
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
For each domain, number of cookies in that domain (recorded every 10 minutes
@@ -4456,6 +4465,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.DomainPerEtldp1Count">
+ <obsolete>
+ Deprecated 2015-08-17 as part of cookie histogram cleanup
+ (https://crbug.com/521135).
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
For every top level domain, number of subdomains in that top level domain
@@ -4464,6 +4477,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.Etldp1Count">
+ <obsolete>
+ Deprecated 2015-08-17 as part of cookie histogram cleanup
+ (https://crbug.com/521135).
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
For every top level domain, number of cookies in that domain (recorded every
@@ -4472,7 +4489,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.EvictedLastAccessMinutes" units="minutes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rdsmith@chromium.org</owner>
+ <owner>ellyjones@chromium.org</owner>
<summary>
For each evicted (not expired) cookie, the amount of time since it was last
used
@@ -22016,6 +22034,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Net.NumDuplicateCookiesInDb">
+ <obsolete>
+ Deprecated 2015-08-17 as part of cookie histogram cleanup
+ (https://crbug.com/521135).
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
The number of duplicate cookies that were present in the cookie store during
« no previous file with comments | « net/cookies/cookie_monster.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698