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

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

Issue 2491733002: Add data usage tracking for cloud print, update client service and search provide logos (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 | « components/update_client/utils.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 7a8821eb2020ff0e2ca1b2ec8629647b5964102e..af1ef1ff6aa4f1b65b1b07703cf8255cae4784d9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79468,6 +79468,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="20" label="Feedback Uploader"/>
<int value="21" label="Tracing Uploader"/>
<int value="22" label="DOM Distiller"/>
+ <int value="23" label="Cloud Print"/>
+ <int value="24" label="Search Provider Logos"/>
+ <int value="25" label="Update Client"/>
</enum>
<enum name="DecodedImageOrientation" type="int">
@@ -106760,10 +106763,10 @@ value.
<suffix name="Downstream.Background.Cellular"/>
<suffix name="Downstream.Foreground.NotCellular"/>
<suffix name="Downstream.Foreground.Cellular"/>
- <suffix name="Unknown.Background.NotCellular"/>
- <suffix name="Unknown.Background.Cellular"/>
- <suffix name="Unknown.Foreground.NotCellular"/>
- <suffix name="Unknown.Foreground.Cellular"/>
+ <suffix name="Upstream.Unknown.NotCellular"/>
+ <suffix name="Upstream.Unknown.Cellular"/>
+ <suffix name="Downstream.Unknown.NotCellular"/>
+ <suffix name="Downstream.Unknown.Cellular"/>
<affected-histogram name="DataUse.MessageSize.AllServices"/>
<affected-histogram name="DataUse.TrafficSize.System"/>
<affected-histogram name="DataUse.TrafficSize.User"/>
« no previous file with comments | « components/update_client/utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698