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

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

Issue 15970002: Add the new UMA key 'Translate.LocalesOnDisabledByPrefs'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Rebasing) Created 7 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.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 ddd7043bc0ab1455d8e200e168d1a147574a869c..49ad719961229942fbad36896b0a836bbc596794 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9358,6 +9358,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode">
+ <summary>
+ Logs the user locale when the Translate feature is disabled by the user.
+ This is recorded each time a webpage is loaded and prefs for translation is
+ checked. This allows us to investigate the correlation between the user
+ locale and the usage rates of the Translate.
+ </summary>
+</histogram>
+
<histogram name="Translate.PageScheme" enum="TranslateScheme">
<summary>Counts translation target page schemes.</summary>
</histogram>
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698