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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2873103003: Implements logging in the new compact translate UI. (Closed)
Patch Set: Created 3 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:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | 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 754917185fe57df67523b501f090c4e56e926088..ae593b5ba9af94d50093b51d2df4db34e91a6cf4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75715,6 +75715,54 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Translate.CompactInfobar.Event" enum="TranslateCompactUIEvent">
+ <owner>ramyasharma@google.com</owner>
+ <summary>Various user actions performed in the translate infobar.</summary>
+</histogram>
+
+<histogram name="Translate.CompactInfobar.Language.AlwaysTranslate"
+ enum="CLD3LanguageCode">
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the hashcode of the source language when always translate this
+ language option is clicked in the menu.
+ </summary>
+</histogram>
+
+<histogram name="Translate.CompactInfobar.Language.MoreLanguages"
+ enum="CLD3LanguageCode">
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the hashcode of the language clicked on the more languages menu.
+ </summary>
+</histogram>
+
+<histogram name="Translate.CompactInfobar.Language.NeverTranslate"
+ enum="CLD3LanguageCode">
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the hashcode of the source language when never translate this
+ language option is clicked in the menu.
+ </summary>
+</histogram>
+
+<histogram name="Translate.CompactInfobar.Language.PageNotIn"
+ enum="CLD3LanguageCode">
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the hashcode of the language clicked on the menu to indicate the
+ page is not in the selected language.
+ </summary>
+</histogram>
+
+<histogram name="Translate.CompactInfobar.Language.Translate"
+ enum="CLD3LanguageCode">
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the hashcode of the language clicked on the infobar.
+ </summary>
+</histogram>
+
<histogram name="Translate.ContentLanguage" enum="TranslateLanguage">
<owner>kenjibaheux@google.com</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698