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 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 </histogram> | 2989 </histogram> |
2990 | 2990 |
2991 <histogram name="RequestAutocomplete.WalletRequiredActions" | 2991 <histogram name="RequestAutocomplete.WalletRequiredActions" |
2992 enum="WalletRequiredActions"> | 2992 enum="WalletRequiredActions"> |
2993 <summary> | 2993 <summary> |
2994 Measures the frequency of required user actions returned by the Google | 2994 Measures the frequency of required user actions returned by the Google |
2995 Online Wallet server. | 2995 Online Wallet server. |
2996 </summary> | 2996 </summary> |
2997 </histogram> | 2997 </histogram> |
2998 | 2998 |
| 2999 <histogram name="SB2.UpdateRequestSize" units="bytes"> |
| 3000 <summary>The payload size of update requests to the server.</summary> |
| 3001 </histogram> |
| 3002 |
2999 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 3003 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
3000 <summary> | 3004 <summary> |
3001 The id of the default search engine that is loaded after Chrome startup. See | 3005 The id of the default search engine that is loaded after Chrome startup. See |
3002 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 3006 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
3003 </summary> | 3007 </summary> |
3004 </histogram> | 3008 </histogram> |
3005 | 3009 |
3006 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms"> | 3010 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms"> |
3007 <summary> | 3011 <summary> |
3008 Measures the time taken by Google Online Wallet server's accept legal | 3012 Measures the time taken by Google Online Wallet server's accept legal |
(...skipping 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5550 <fieldtrial name="SSLResumption"> | 5554 <fieldtrial name="SSLResumption"> |
5551 <group name="Resume_Handshake" label="Session Resumption"/> | 5555 <group name="Resume_Handshake" label="Session Resumption"/> |
5552 <group name="Full_Handshake" label="Full"/> | 5556 <group name="Full_Handshake" label="Full"/> |
5553 <affected-histogram name="Net.SSL_Connection_Latency"/> | 5557 <affected-histogram name="Net.SSL_Connection_Latency"/> |
5554 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 5558 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
5555 </fieldtrial> | 5559 </fieldtrial> |
5556 | 5560 |
5557 </fieldtrials> | 5561 </fieldtrials> |
5558 | 5562 |
5559 </histogram-configuration> | 5563 </histogram-configuration> |
OLD | NEW |