Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f1b655b13b65ac345e78c60b1db19fb603bbbea9..c6621d045f6ac137469a7bc84d00d6d13e0ae473 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -8585,6 +8585,20 @@ other types of suffix sets. |
<summary>The time from starting translation to the completion.</summary> |
</histogram> |
+<histogram name="Translate.UnavailableLanguage" enum="LanguageCode"> |
+ <summary> |
+ A language which is not available for the user locale but reported by the |
+ server. |
Takashi Toyoshima
2013/05/21 11:11:43
for the user locale -> to show in infobar UI in th
hajimehoshi
2013/05/22 04:19:27
Done.
|
+ </summary> |
+</histogram> |
+ |
+<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> |
+ <summary> |
+ An unsupported language for the translation. This is reported when the |
+ translation is initialized. |
Takashi Toyoshima
2013/05/21 11:11:43
initialized -> going to be initiated
hajimehoshi
2013/05/22 04:19:27
Done.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Translate.UserActionDuration" units="milliseconds"> |
<summary> |
The time from a page content language being determined to user requesting |