Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index d1800f8261a89d2e3f42ae6331697e1debe91683..b572efe6f50f8540a32eb47c9919f0738f17c52d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -75904,6 +75904,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Translate.CompactInfobar.TranslationsPerPageCount"> |
|
Ilya Sherman
2017/05/16 05:54:38
Optional nit: I'd omit the word "Count" in this me
Ilya Sherman
2017/05/16 05:54:38
nit: Please add units="translations"
ramyasharma
2017/05/16 06:34:21
Done.
ramyasharma
2017/05/16 06:34:21
Done.
|
| + <owner>ramyasharma@google.com</owner> |
| + <summary> |
| + Records the total number of times a page was translated. Reverting back to |
|
Ilya Sherman
2017/05/16 05:54:38
Please document when this metric is recorded. It
ramyasharma
2017/05/16 06:34:21
Yes, that is correct. It's not feasible to record
|
| + original language counts as one translation, and changing the target |
| + language results in 1 translation. This will give us a sense of how often |
|
Ilya Sherman
2017/05/16 05:54:38
The second sentence is not very clear to me. I th
ramyasharma
2017/05/16 06:34:21
I have updated the behaviour. Let me know if this
|
| + people try out several translates on a page, or flip back and forth. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Translate.ContentLanguage" enum="TranslateLanguage"> |
| <owner>kenjibaheux@google.com</owner> |
| <summary> |