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 8599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8610 </histogram> | 8610 </histogram> |
8611 | 8611 |
8612 <histogram name="Translate.LanguageVerification" | 8612 <histogram name="Translate.LanguageVerification" |
8613 enum="TranslateLanguageVerification"> | 8613 enum="TranslateLanguageVerification"> |
8614 <summary> | 8614 <summary> |
8615 For each page load, measures whether the provided Content-Language header | 8615 For each page load, measures whether the provided Content-Language header |
8616 matches the language determined by CLD. | 8616 matches the language determined by CLD. |
8617 </summary> | 8617 </summary> |
8618 </histogram> | 8618 </histogram> |
8619 | 8619 |
8620 <histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode"> | |
8621 <summary> | |
8622 Logs the user locale when the Translate feature is disabled by the user. | |
Alexei Svitkine (slow)
2013/05/24 18:24:33
Please mention when this is sampled.
From the cur
hajimehoshi
2013/05/27 01:13:26
TranslateManager::InitiateTranslation is called ea
| |
8623 This allows us to investigate the correlation between the user locale and | |
8624 the usage rates of the Translate. | |
8625 </summary> | |
8626 </histogram> | |
8627 | |
8620 <histogram name="Translate.PageScheme" enum="TranslateScheme"> | 8628 <histogram name="Translate.PageScheme" enum="TranslateScheme"> |
8621 <summary>Counts translation target page schemes.</summary> | 8629 <summary>Counts translation target page schemes.</summary> |
8622 </histogram> | 8630 </histogram> |
8623 | 8631 |
8624 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> | 8632 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> |
8625 <summary> | 8633 <summary> |
8626 Chrome Translate shows an error infobar when an error happens on translation | 8634 Chrome Translate shows an error infobar when an error happens on translation |
8627 and the infobar message depends on what kind of error happens. This metric | 8635 and the infobar message depends on what kind of error happens. This metric |
8628 counts how often each error message is shown. | 8636 counts how often each error message is shown. |
8629 </summary> | 8637 </summary> |
(...skipping 6745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
15375 <fieldtrial name="SSLResumption"> | 15383 <fieldtrial name="SSLResumption"> |
15376 <group name="Resume_Handshake" label="Session Resumption"/> | 15384 <group name="Resume_Handshake" label="Session Resumption"/> |
15377 <group name="Full_Handshake" label="Full"/> | 15385 <group name="Full_Handshake" label="Full"/> |
15378 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15386 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15379 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15387 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15380 </fieldtrial> | 15388 </fieldtrial> |
15381 | 15389 |
15382 </fieldtrials> | 15390 </fieldtrials> |
15383 | 15391 |
15384 </histogram-configuration> | 15392 </histogram-configuration> |
OLD | NEW |