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

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: Made Translate.ServerReportedUnsupportedLanguage deprecated 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 6aef71037a6280fe34b6a00858f65c86161606b8..13c1614db06ff8ed1e25065c746edcb6dd00fae1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9426,6 +9426,9 @@ other types of suffix sets.
</histogram>
<histogram name="Translate.ServerReportedUnsupportedLanguage">
+ <obsolete>
+ Deprecated 5/2013 by Translate.Unsu
Ilya Sherman 2013/06/01 00:59:47 Looks like the text got cut off mid-word.
hajimehoshi 2013/06/05 04:44:05 Done.
+ </obsolete>
<summary>
The number of times the detected language is not supported by Translate
Element.
@@ -9474,6 +9477,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.UndisplayableLanguage" enum="LanguageCode">
+ <summary>
+ Logs an undisplayable language are included in the language list sent by the
Ilya Sherman 2013/06/01 00:59:47 nit: "Logs an undisplayable language are included"
hajimehoshi 2013/06/05 04:44:05 Done.
+ 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
Ilya Sherman 2013/06/01 00:59:47 nit: "which UI should deal with" -> "which the UI
hajimehoshi 2013/06/05 04:44:05 Done.
+ 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