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