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

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

Issue 179983004: Delete some VariationsService histograms that are not useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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 | « chrome/browser/metrics/variations/variations_service.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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 253245)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -22270,6 +22270,9 @@
</histogram>
<histogram name="Variations.FetchNotModifiedLatency" units="milliseconds">
+ <obsolete>
+ Deprecated 2/2014. No longer tracked.
+ </obsolete>
<summary>
The latency of a VariationsService seed fetch that results in a not modified
response.
@@ -22277,6 +22280,9 @@
</histogram>
<histogram name="Variations.FetchOtherLatency" units="milliseconds">
+ <obsolete>
+ Deprecated 2/2014. No longer tracked.
+ </obsolete>
<summary>
The latency of a VariationsService seed fetch that results in neither a
success nor not modified response.
@@ -22284,6 +22290,9 @@
</histogram>
<histogram name="Variations.FetchSuccessLatency" units="milliseconds">
+ <obsolete>
+ Deprecated 2/2014. No longer tracked.
+ </obsolete>
<summary>
The latency of a VariationsService seed fetch that results in a success
response.
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698