OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 | 6 |
7 <!-- | 7 <!-- |
8 This file is used to generate a comprehensive list of Chrome histograms along | 8 This file is used to generate a comprehensive list of Chrome histograms along |
9 with a detailed description for each histogram. | 9 with a detailed description for each histogram. |
10 | 10 |
(...skipping 8955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8966 </histogram> | 8966 </histogram> |
8967 | 8967 |
8968 <histogram name="Translate.LanguageVerification" | 8968 <histogram name="Translate.LanguageVerification" |
8969 enum="TranslateLanguageVerification"> | 8969 enum="TranslateLanguageVerification"> |
8970 <summary> | 8970 <summary> |
8971 For each page load, measures whether the provided Content-Language header | 8971 For each page load, measures whether the provided Content-Language header |
8972 matches the language determined by CLD. | 8972 matches the language determined by CLD. |
8973 </summary> | 8973 </summary> |
8974 </histogram> | 8974 </histogram> |
8975 | 8975 |
| 8976 <histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode"> |
| 8977 <summary> |
| 8978 Logs the user locale when the Translate feature is disabled by the user. |
| 8979 This is recorded each time a webpage is loaded and prefs for translation is |
| 8980 checked. This allows us to investigate the correlation between the user |
| 8981 locale and the usage rates of the Translate. |
| 8982 </summary> |
| 8983 </histogram> |
| 8984 |
8976 <histogram name="Translate.PageScheme" enum="TranslateScheme"> | 8985 <histogram name="Translate.PageScheme" enum="TranslateScheme"> |
8977 <summary>Counts translation target page schemes.</summary> | 8986 <summary>Counts translation target page schemes.</summary> |
8978 </histogram> | 8987 </histogram> |
8979 | 8988 |
8980 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> | 8989 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> |
8981 <summary> | 8990 <summary> |
8982 Chrome Translate shows an error infobar when an error happens on translation | 8991 Chrome Translate shows an error infobar when an error happens on translation |
8983 and the infobar message depends on what kind of error happens. This metric | 8992 and the infobar message depends on what kind of error happens. This metric |
8984 counts how often each error message is shown. | 8993 counts how often each error message is shown. |
8985 </summary> | 8994 </summary> |
(...skipping 6788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15774 <fieldtrial name="SSLResumption"> | 15783 <fieldtrial name="SSLResumption"> |
15775 <group name="Resume_Handshake" label="Session Resumption"/> | 15784 <group name="Resume_Handshake" label="Session Resumption"/> |
15776 <group name="Full_Handshake" label="Full"/> | 15785 <group name="Full_Handshake" label="Full"/> |
15777 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15786 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15778 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15787 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15779 </fieldtrial> | 15788 </fieldtrial> |
15780 | 15789 |
15781 </fieldtrials> | 15790 </fieldtrials> |
15782 | 15791 |
15783 </histogram-configuration> | 15792 </histogram-configuration> |
OLD | NEW |