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> |