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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2878363002: Adds logging metrics to translate infobar. (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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 32f6e0504d0c1cdb42bd07cd008ccbc75effa6c5..ff2e165c742c115375f85fcee6ff6451375f0c26 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75747,6 +75747,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Translate.CompactInfobar.Count">
Ilya Sherman 2017/05/15 22:59:53 nit: "Foo.Count" reads about the same as "Foo" for
ramyasharma 2017/05/16 05:40:10 Thanks Done.
+ <owner>ramyasharma@google.com</owner>
+ <summary>Records the total number of times a page was translated.</summary>
Ilya Sherman 2017/05/15 22:59:53 This is not quite detailed enough. Could you plea
ramyasharma 2017/05/16 05:40:10 This is not a bug, its a feature. User has the fle
+</histogram>
+
<histogram name="Translate.CompactInfobar.Event" enum="TranslateCompactUIEvent">
<owner>ramyasharma@google.com</owner>
<summary>Various user actions performed in the translate infobar.</summary>

Powered by Google App Engine
This is Rietveld 408576698