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

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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 085d0896c0e875c0b83dbba42992efe66b69da83..96cb8570f64a03c7b3a8becec8ad6aeff2cfb814 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8617,6 +8617,14 @@ 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.
Alexei Svitkine (slow) 2013/05/24 18:24:33 Please mention when this is sampled. From the cur
hajimehoshi 2013/05/27 01:13:26 TranslateManager::InitiateTranslation is called ea
+ 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>

Powered by Google App Engine
This is Rietveld 408576698