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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2121133002: Remove provider index from Android NewTabPage histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dewittj
Patch Set: rebase Created 4 years, 5 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 | « components/ntp_tiles/most_visited_sites.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 aa527c2e88154755e518dc520e91a45e27469397..45a07a49233bd23079381e88dfb340755d9cd57f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97982,19 +97982,40 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="NewTabPageProviders" separator=".">
<suffix name="client" label="Suggestions coming from the client."/>
- <suffix name="client0"
- label="deprecated - Suggestions coming from the client source 0."/>
+ <suffix name="server" label="Suggestions coming from the server."/>
<suffix name="popular" label="Non-personalized, popular suggestions."/>
<suffix name="whitelist"
label="Installed whitelist entry point suggestions."/>
-<!-- Server providers 1 through 8 have never been logged. -->
-
- <suffix name="server" label="Suggestions coming from the server."/>
- <suffix name="server0" label="Suggestions coming from server source 0."/>
- <suffix name="server8" label="Suggestions coming from server source 8."/>
- <suffix name="server9" label="Suggestions coming from server source 9."/>
- <suffix name="server10" label="Suggestions coming from server source 10."/>
- <suffix name="server11" label="Suggestions coming from server source 11."/>
+ <suffix name="client0">
+ <obsolete>
+ Hasn't been used for a while, as of 2016-07.
+ </obsolete>
+ </suffix>
+ <suffix name="server0">
+ <obsolete>
+ Hasn't been used for a while, as of 2016-07.
+ </obsolete>
+ </suffix>
+ <suffix name="server8">
+ <obsolete>
+ Not used anymore as of 2016-07.
+ </obsolete>
+ </suffix>
+ <suffix name="server9">
+ <obsolete>
+ Has never been used.
+ </obsolete>
+ </suffix>
+ <suffix name="server10">
+ <obsolete>
+ Has never been used.
+ </obsolete>
+ </suffix>
+ <suffix name="server11">
+ <obsolete>
+ Has never been used.
+ </obsolete>
+ </suffix>
<affected-histogram name="NewTabPage.MostVisited"/>
<affected-histogram name="NewTabPage.SuggestionsImpression"/>
<affected-histogram name="NewTabPage.TileType"/>
« no previous file with comments | « components/ntp_tiles/most_visited_sites.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698