Chromium Code Reviews| 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 8564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8575 </histogram> | 8575 </histogram> |
| 8576 | 8576 |
| 8577 <histogram name="Translate.LanguageVerification" | 8577 <histogram name="Translate.LanguageVerification" |
| 8578 enum="TranslateLanguageVerification"> | 8578 enum="TranslateLanguageVerification"> |
| 8579 <summary> | 8579 <summary> |
| 8580 For each page load, measures whether the provided Content-Language header | 8580 For each page load, measures whether the provided Content-Language header |
| 8581 matches the language determined by CLD. | 8581 matches the language determined by CLD. |
| 8582 </summary> | 8582 </summary> |
| 8583 </histogram> | 8583 </histogram> |
| 8584 | 8584 |
| 8585 <histogram name="Translate.RevertTranslation"> | |
|
Alexei Svitkine (slow)
2013/05/23 14:16:14
Have you considered changing Translate.Translate i
| |
| 8586 <summary> | |
| 8587 The number of times the show original button was clicked in the translate | |
| 8588 infobar. | |
| 8589 </summary> | |
| 8590 </histogram> | |
| 8591 | |
| 8585 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> | 8592 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> |
| 8586 <summary> | 8593 <summary> |
| 8587 Chrome Translate shows an error infobar when an error happens on translation | 8594 Chrome Translate shows an error infobar when an error happens on translation |
| 8588 and the infobar message depends on what kind of error happens. This metric | 8595 and the infobar message depends on what kind of error happens. This metric |
| 8589 counts how often each error message is shown. | 8596 counts how often each error message is shown. |
| 8590 </summary> | 8597 </summary> |
| 8591 </histogram> | 8598 </histogram> |
| 8592 | 8599 |
| 8593 <histogram name="Translate.TimeToBeReady" units="milliseconds"> | 8600 <histogram name="Translate.TimeToBeReady" units="milliseconds"> |
| 8594 <summary> | 8601 <summary> |
| (...skipping 6721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15316 <fieldtrial name="SSLResumption"> | 15323 <fieldtrial name="SSLResumption"> |
| 15317 <group name="Resume_Handshake" label="Session Resumption"/> | 15324 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15318 <group name="Full_Handshake" label="Full"/> | 15325 <group name="Full_Handshake" label="Full"/> |
| 15319 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15326 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15320 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15327 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15321 </fieldtrial> | 15328 </fieldtrial> |
| 15322 | 15329 |
| 15323 </fieldtrials> | 15330 </fieldtrials> |
| 15324 | 15331 |
| 15325 </histogram-configuration> | 15332 </histogram-configuration> |
| OLD | NEW |