| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8b5dd5c804e344df612a0a8530a124c680d98038..af6a9df662108f81f6b0b6dd1b5e2bf0064bdb61 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -75404,6 +75404,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>
|
|
|