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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1290873003: Remove unowned Cookie.* histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reinstate two histograms 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..aa10094e54a14c7d38ba7b188bdd01014c275dbe 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,6 +4445,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.DeletionCause" enum="CookieDeletionCause">
Randy Smith (Not in Mondays) 2015/08/20 20:52:24 I thought we were keeping this?
Elly Fong-Jones 2015/08/21 15:05:26 Oops, yeah. Added us as owners instead of deprecat
+ <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 cookie removed from the store, the reason it was removed.
@@ -4448,6 +4456,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</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 +4468,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 +4480,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,6 +4492,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Cookie.EvictedLastAccessMinutes" 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>
For each evicted (not expired) cookie, the amount of time since it was last
@@ -22016,6 +22040,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