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 8959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.PageScheme" enum="TranslateScheme"> | 8976 <histogram name="Translate.PageScheme" enum="TranslateScheme"> |
8977 <summary>Counts translation target page schemes.</summary> | 8977 <summary>Counts translation target page schemes.</summary> |
8978 </histogram> | 8978 </histogram> |
8979 | 8979 |
| 8980 <histogram name="Translate.RevertTranslation"> |
| 8981 <summary> |
| 8982 The number of times the show original button was clicked in the translate |
| 8983 infobar. |
| 8984 </summary> |
| 8985 </histogram> |
| 8986 |
8980 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> | 8987 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> |
8981 <summary> | 8988 <summary> |
8982 Chrome Translate shows an error infobar when an error happens on translation | 8989 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 | 8990 and the infobar message depends on what kind of error happens. This metric |
8984 counts how often each error message is shown. | 8991 counts how often each error message is shown. |
8985 </summary> | 8992 </summary> |
8986 </histogram> | 8993 </histogram> |
8987 | 8994 |
8988 <histogram name="Translate.TimeToBeReady" units="milliseconds"> | 8995 <histogram name="Translate.TimeToBeReady" units="milliseconds"> |
8989 <summary> | 8996 <summary> |
(...skipping 6784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15774 <fieldtrial name="SSLResumption"> | 15781 <fieldtrial name="SSLResumption"> |
15775 <group name="Resume_Handshake" label="Session Resumption"/> | 15782 <group name="Resume_Handshake" label="Session Resumption"/> |
15776 <group name="Full_Handshake" label="Full"/> | 15783 <group name="Full_Handshake" label="Full"/> |
15777 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15784 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15778 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15785 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15779 </fieldtrial> | 15786 </fieldtrial> |
15780 | 15787 |
15781 </fieldtrials> | 15788 </fieldtrials> |
15782 | 15789 |
15783 </histogram-configuration> | 15790 </histogram-configuration> |
OLD | NEW |