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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2395123002: Connecting UserClassifier to NtpSnippetsFetcher (Closed)
Patch Set: Unit-test fix Created 4 years, 2 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 | « ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.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 fdb4cff04cf4cb8c4f2b0a4b2fa06a7e8ce07cfc..425e7e899ba3284eae6d8b7e339b1aea2060bb67 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -108434,7 +108434,18 @@ value.
<histogram_suffixes name="RequestThrottlerTypes">
<suffix name="SuggestionFetcher"
- label="Fetcher for content suggestions on mobile NTP"/>
+ label="Fetcher for content suggestions on mobile NTP">
+ <obsolete>
+ Deprecated in 10/2016.
+ </obsolete>
+ </suffix>
+ <suffix name="SuggestionFetcherRareNTPUser"
+ label="Fetcher for content suggestions on mobile NTP - rare NTP users"/>
+ <suffix name="SuggestionFetcherActiveNTPUser"
+ label="Fetcher for content suggestions on mobile NTP - active NTP users"/>
+ <suffix name="SuggestionFetcherActiveSuggestionsConsumer"
+ label="Fetcher for content suggestions on mobile NTP - active
+ suggestions consumers"/>
<suffix name="SuggestionThumbnailFetcher"
label="Fetcher for article thumbnails on mobile NTP"/>
<affected-histogram name="NewTabPage.RequestThrottler.PerDay"/>
« no previous file with comments | « ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698