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

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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b4b5835343fbc776bb1040e4102036b0a4573bef..f0e23f06234ec0a1d316b661d14bee5a86d0f89d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37111,6 +37111,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Languages.UILanguageToOtherTopLanguageRatio"
+ units="%">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Android: Ratio of how much in browsing is the UI language of the browser
+ used compared to the top-non-UI language, in percent.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.LoadTime" units="ms">
<owner>fserb@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698