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

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

Issue 2395123002: Connecting UserClassifier to NtpSnippetsFetcher (Closed)
Patch Set: Rebase 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 51b2c69057a9778abc76969b5c093972495af944..6a3e355a624d33e067294a6b07ca5655c1874c10 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -108122,7 +108122,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"/>
jwd 2016/10/07 14:28:24 Do these three overlap? It seems like an active NT
jkrcal 2016/10/07 14:36:51 No, these do not overlap. You need to look at the
<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