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

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

Issue 15987004: Translate: Filter and record languages whose names Chrome doesn't show (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 ddd7043bc0ab1455d8e200e168d1a147574a869c..0e9f790a7999e9317719307e089d90b8d75b1f9d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9395,6 +9395,15 @@ other types of suffix sets.
<summary>The time from starting translation to the completion.</summary>
</histogram>
+<histogram name="Translate.UndisplayableLanguage" enum="LanguageCode">
+ <summary>
+ Logs an undisplayable language are included in the language list sent by the
+ Translate server. The Translate server sends the list each time the user
+ runs Chrome. This metrics tells us that there is a language which UI should
+ deal with but doesn't.
+ </summary>
+</histogram>
+
<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
<summary>
Logs an unsupported source language detected during initiation of the

Powered by Google App Engine
This is Rietveld 408576698