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

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: Moved ToLanguageCode back 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
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('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 22ab0b304a14ee9ed1da3920f74429a981173668..25d3e4ac919ff51b2751df2ae1492f5bbf8f6bad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8608,6 +8608,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 to show in the infobar in the user locale
+ but used by the translate server.
Ilya Sherman 2013/05/22 08:34:31 I don't understand this description -- could you r
Takashi Toyoshima 2013/05/23 01:26:56 This metrics mean that Translate server returns a
hajimehoshi 2013/05/23 02:30:00 Done.
+ </summary>
+</histogram>
+
+<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
+ <summary>
+ An unsupported language for the translation. This is reported when the
+ translation is going to be initialized.
Ilya Sherman 2013/05/22 08:34:31 Likewise, I don't understand what the user flow is
Takashi Toyoshima 2013/05/23 01:26:56 Here, unsupported language means Google Translate
hajimehoshi 2013/05/23 02:30:00 Done.
+ </summary>
+</histogram>
+
<histogram name="Translate.UserActionDuration" units="milliseconds">
<summary>
The time from a page content language being determined to user requesting
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | ui/base/l10n/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698