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

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

Issue 16072018: Translate: move Translate UMA entries to public histogramns.xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (rebase) 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 | « no previous file | no next file » | 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 ddd7043bc0ab1455d8e200e168d1a147574a869c..6aef71037a6280fe34b6a00858f65c86161606b8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9321,6 +9321,13 @@ other types of suffix sets.
<summary>Tracks touchpad ThreeFingerSwipe setting on startup.</summary>
</histogram>
+<histogram name="Translate.AlwaysTranslateLang">
+ <summary>
+ The number of times the always translate option was selected in the
+ translate infobar.
+ </summary>
+</histogram>
+
<histogram name="Translate.CaptureText" units="milliseconds">
<summary>
The time spent capturing plain text from the DOM. This is reported by
@@ -9335,6 +9342,20 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.DeclineTranslate">
+ <summary>
+ The number of times the &quot;Nope&quot; (don't translate) was clicked in
+ the translate infobar.
+ </summary>
+</histogram>
+
+<histogram name="Translate.DeclineTranslateCloseInfobar">
+ <summary>
+ The number of times the translate infobar was closed without the user
+ translating the page.
+ </summary>
+</histogram>
+
<histogram name="Translate.HtmlLang" enum="TranslateLanguage">
<summary>
A page may provide a lang attribute in html tag. For each page load,
@@ -9358,10 +9379,45 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.ModifyOriginalLang">
+ <summary>
+ The number of times the original language in the translate infobar has been
+ changed.
+ </summary>
+</histogram>
+
+<histogram name="Translate.ModifyTargetLang">
+ <summary>
+ The number of times the target language in the translate infobar has been
+ changed.
+ </summary>
+</histogram>
+
+<histogram name="Translate.NeverTranslateLang">
+ <summary>
+ The number of times the never translate option was selected in the translate
+ infobar.
+ </summary>
+</histogram>
+
+<histogram name="Translate.NeverTranslateSite">
+ <summary>
+ The number of times the never translate site was selected in the translate
+ infobar.
+ </summary>
+</histogram>
+
<histogram name="Translate.PageScheme" enum="TranslateScheme">
<summary>Counts translation target page schemes.</summary>
</histogram>
+<histogram name="Translate.ReportLanguageDetectionError">
+ <summary>
+ The number of times the &quot;report this error&quot; of options menu is
+ selected in the translate infobar.
+ </summary>
+</histogram>
+
<histogram name="Translate.RevertTranslation">
<summary>
The number of times the show original button was clicked in the translate
@@ -9369,6 +9425,22 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Translate.ServerReportedUnsupportedLanguage">
+ <summary>
+ The number of times the detected language is not supported by Translate
+ Element.
+ </summary>
+</histogram>
+
+<histogram name="Translate.ShowBeforeTranslateInfobar">
+ <obsolete>
+ Deprecated 7/2010. No longer tracked.
+ </obsolete>
+ <summary>
+ The number of times an infobar proposing to translate a page has been shown.
+ </summary>
+</histogram>
+
<histogram name="Translate.ShowErrorInfobar" enum="TranslateError">
<summary>
Chrome Translate shows an error infobar when an error happens on translation
@@ -9395,6 +9467,13 @@ other types of suffix sets.
<summary>The time from starting translation to the completion.</summary>
</histogram>
+<histogram name="Translate.Translate">
+ <summary>
+ The number of times the translate button was clicked in the translate
+ infobar.
+ </summary>
+</histogram>
+
<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
<summary>
Logs an unsupported source language detected during initiation of the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698