| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d1800f8261a89d2e3f42ae6331697e1debe91683..1600b0fc3706278d1378edc488dbe80ae94c8ee7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -75904,6 +75904,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Translate.CompactInfobar.TranslationsPerPage"
|
| + units="translations">
|
| + <owner>ramyasharma@google.com</owner>
|
| + <summary>
|
| + Records the number of times a page is translated, every time the page is
|
| + translated. For instance on a page a) translation from A to B, we record
|
| + "1" b) from A to B - we record "1" and revert from B to
|
| + A - we record "2" c) from A to B - we record "1", then
|
| + translation to C - we record "2". d) from A to B - we record
|
| + "1", then translation to C - we record "2" and then
|
| + revert to A - we record "3". We increment the translation count:
|
| + a) every time the target language is changed. b) every time we revert to the
|
| + original language (user can only revert to original language and not
|
| + intermediate target languages). This essentially means 1 denotes >= 1
|
| + translations, 2 is >=2 translations per page and so on. This will give us
|
| + a sense of how often 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>
|
|
|