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

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: Modified the test Created 7 years, 6 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/chrome_tests_unit.gypi ('k') | ui/base/l10n/l10n_util.h » ('j') | 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 27b23f3852b59c25744b43a539c7777c48f14e93..e3e7f777a221add1a89dc14391f9d3020e8f0753 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10726,6 +10726,9 @@ other types of suffix sets.
</histogram>
<histogram name="Translate.ServerReportedUnsupportedLanguage">
+ <obsolete>
+ Deprecated 5/2013 by Translate.UndisplayableLanguage
+ </obsolete>
<summary>
The number of times the detected language is not supported by Translate
Element.
@@ -10785,6 +10788,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.UndisplayableLanguage" enum="LanguageCode">
+ <summary>
+ Logs an undisplayable language 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
+ support but doesn't.
+ </summary>
+</histogram>
+
<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
<summary>
Logs an unsupported source language detected during initiation of the
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/l10n/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698