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

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

Issue 15311006: Added and replaced some UMAs (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 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

Powered by Google App Engine
This is Rietveld 408576698