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

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

Issue 2419013003: [NTP Snippets] Report the share of the UI lang vs. the top non-UI lang (Closed)
Patch Set: Pretty-print histograms.xml 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 | « components/ntp_snippets/remote/ntp_snippets_fetcher.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 4d4969e9218ded3ee289924467de78d4facf4a5c..1f908cd38ca830971c5678e28f6c52f663da9f7b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37198,6 +37198,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Languages.UILanguageRatioInTwoTopLanguages"
+ units="%">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Android: Percentage of how much in browsing is the UI language of Chrome
+ used compared to overall use of the two top languages that are reported to
+ Chrome content suggestion server.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.Layout" enum="NTPLayout">
<owner>peconn@chromium.org</owner>
<summary>
« no previous file with comments | « components/ntp_snippets/remote/ntp_snippets_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698