| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 <histogram name="Cellular.PaymentFailed"> | 832 <histogram name="Cellular.PaymentFailed"> |
| 833 <summary>The count of failed cellular plan purchases (Chrome OS).</summary> | 833 <summary>The count of failed cellular plan purchases (Chrome OS).</summary> |
| 834 </histogram> | 834 </histogram> |
| 835 | 835 |
| 836 <histogram name="Cellular.PaymentReceived"> | 836 <histogram name="Cellular.PaymentReceived"> |
| 837 <summary> | 837 <summary> |
| 838 The count of successfully completed cellular plan purchases (Chrome OS). | 838 The count of successfully completed cellular plan purchases (Chrome OS). |
| 839 </summary> | 839 </summary> |
| 840 </histogram> | 840 </histogram> |
| 841 | 841 |
| 842 <histogram name="clickjacking.report_and_discard_download" units="ms"> |
| 843 <summary> |
| 844 Time between "Report and Discard" button being shown and it being |
| 845 clicked. |
| 846 </summary> |
| 847 </histogram> |
| 848 |
| 842 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> | 849 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> |
| 843 <obsolete> | 850 <obsolete> |
| 844 Deprecated as of 4/2013, experiment confirmed correctness of our patch. | 851 Deprecated as of 4/2013, experiment confirmed correctness of our patch. |
| 845 </obsolete> | 852 </obsolete> |
| 846 <summary> | 853 <summary> |
| 847 Counts how often the user writes or reads from the clipboard and whether the | 854 Counts how often the user writes or reads from the clipboard and whether the |
| 848 write was from an incognito window or not. | 855 write was from an incognito window or not. |
| 849 </summary> | 856 </summary> |
| 850 </histogram> | 857 </histogram> |
| 851 | 858 |
| (...skipping 8329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9181 kMaxFeatureSize is too small. | 9188 kMaxFeatureSize is too small. |
| 9182 </summary> | 9189 </summary> |
| 9183 </histogram> | 9190 </histogram> |
| 9184 | 9191 |
| 9185 <histogram name="SBClientPhishing.URLFeatureTime" units="milliseconds"> | 9192 <histogram name="SBClientPhishing.URLFeatureTime" units="milliseconds"> |
| 9186 <summary> | 9193 <summary> |
| 9187 The time taken to extract URL features for the phishing classifier. | 9194 The time taken to extract URL features for the phishing classifier. |
| 9188 </summary> | 9195 </summary> |
| 9189 </histogram> | 9196 </histogram> |
| 9190 | 9197 |
| 9198 <histogram name="SBDownloadFeedback.Activations" enum="DownloadItem.DangerType"> |
| 9199 <summary> |
| 9200 Count of times download feedback has been started, broken down by danger |
| 9201 type. |
| 9202 </summary> |
| 9203 </histogram> |
| 9204 |
| 9205 <histogram name="SBDownloadFeedback.Shown" enum="DownloadItem.DangerType"> |
| 9206 <summary> |
| 9207 Count of times download feedback button has been shown, broken down by |
| 9208 danger type. |
| 9209 </summary> |
| 9210 </histogram> |
| 9211 |
| 9212 <histogram name="SBDownloadFeedback.SizeEligibleKB" units="KB"> |
| 9213 <summary> |
| 9214 Size of downloads that were of the correct danger type, regardless if they |
| 9215 meet the max file size check or if they are actually uploaded or not. |
| 9216 </summary> |
| 9217 </histogram> |
| 9218 |
| 9219 <histogram name="SBDownloadFeedback.SizeFailure" units="bytes"> |
| 9220 <summary> |
| 9221 Size of downloads that failed to be uploaded to the feedback service. |
| 9222 </summary> |
| 9223 </histogram> |
| 9224 |
| 9225 <histogram name="SBDownloadFeedback.SizeSuccess" units="bytes"> |
| 9226 <summary> |
| 9227 Size of downloads that were successfully uploaded to the feedback service. |
| 9228 </summary> |
| 9229 </histogram> |
| 9230 |
| 9231 <histogram name="SBDownloadFeedback.UploadResult" |
| 9232 enum="SBDownloadFeedbackUploadResult"> |
| 9233 <summary> |
| 9234 Final result of attempt to upload binary to download feedback service. |
| 9235 </summary> |
| 9236 </histogram> |
| 9237 |
| 9191 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 9238 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
| 9192 <summary> | 9239 <summary> |
| 9193 The id of the default search engine that is loaded after Chrome startup. See | 9240 The id of the default search engine that is loaded after Chrome startup. See |
| 9194 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 9241 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
| 9195 </summary> | 9242 </summary> |
| 9196 </histogram> | 9243 </histogram> |
| 9197 | 9244 |
| 9198 <histogram name="SimpleCache.CreationToIndex" units="milliseconds"> | 9245 <histogram name="SimpleCache.CreationToIndex" units="milliseconds"> |
| 9199 <summary> | 9246 <summary> |
| 9200 The time from the creation of the simple cache backend until the index has | 9247 The time from the creation of the simple cache backend until the index has |
| (...skipping 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10990 The SSLClientSocket was created without a ServerBoundCertService. | 11037 The SSLClientSocket was created without a ServerBoundCertService. |
| 10991 </int> | 11038 </int> |
| 10992 </enum> | 11039 </enum> |
| 10993 | 11040 |
| 10994 <enum name="DoubleGetExperimentMethods" type="int"> | 11041 <enum name="DoubleGetExperimentMethods" type="int"> |
| 10995 <int value="0" label="POST"/> | 11042 <int value="0" label="POST"/> |
| 10996 <int value="1" label="GET_CACHABLE"/> | 11043 <int value="1" label="GET_CACHABLE"/> |
| 10997 <int value="2" label="GET_NON_CACHABLE"/> | 11044 <int value="2" label="GET_NON_CACHABLE"/> |
| 10998 </enum> | 11045 </enum> |
| 10999 | 11046 |
| 11047 <enum name="DownloadItem.DangerType" type="int"> |
| 11048 <int value="0" label="NOT_DANGEROUS"/> |
| 11049 <int value="1" label="DANGEROUS_FILE"/> |
| 11050 <int value="2" label="DANGEROUS_URL"/> |
| 11051 <int value="3" label="DANGEROUS_CONTENT"/> |
| 11052 <int value="4" label="MAYBE_DANGEROUS_CONTENT"/> |
| 11053 <int value="5" label="UNCOMMON_CONTENT"/> |
| 11054 <int value="6" label="USER_VALIDATED"/> |
| 11055 <int value="7" label="DANGEROUS_HOST"/> |
| 11056 </enum> |
| 11057 |
| 11000 <enum name="DriveCacheDBOpenStatus" type="int"> | 11058 <enum name="DriveCacheDBOpenStatus" type="int"> |
| 11001 <int value="0" label="Success"/> | 11059 <int value="0" label="Success"/> |
| 11002 <int value="1" label="Corrupt database"/> | 11060 <int value="1" label="Corrupt database"/> |
| 11003 <int value="2" label="Unknown recoverable failure"/> | 11061 <int value="2" label="Unknown recoverable failure"/> |
| 11004 <int value="3" label="Unrecoverable (disk full?) failure"/> | 11062 <int value="3" label="Unrecoverable (disk full?) failure"/> |
| 11005 </enum> | 11063 </enum> |
| 11006 | 11064 |
| 11007 <enum name="DriveEntryKind" type="int"> | 11065 <enum name="DriveEntryKind" type="int"> |
| 11008 <int value="0" label="Unknown"/> | 11066 <int value="0" label="Unknown"/> |
| 11009 <int value="1" label="Item"/> | 11067 <int value="1" label="Item"/> |
| (...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14736 | 14794 |
| 14737 <enum name="SBClientPhishingScorerCreationStatus" type="int"> | 14795 <enum name="SBClientPhishingScorerCreationStatus" type="int"> |
| 14738 <int value="0" label="SUCCESS"/> | 14796 <int value="0" label="SUCCESS"/> |
| 14739 <int value="1" label="MODEL_OPEN_FAIL"/> | 14797 <int value="1" label="MODEL_OPEN_FAIL"/> |
| 14740 <int value="2" label="MODEL_FILE_EMPTY"/> | 14798 <int value="2" label="MODEL_FILE_EMPTY"/> |
| 14741 <int value="3" label="MODEL_FILE_TOO_LARGE"/> | 14799 <int value="3" label="MODEL_FILE_TOO_LARGE"/> |
| 14742 <int value="4" label="MODEL_PARSE_ERROR"/> | 14800 <int value="4" label="MODEL_PARSE_ERROR"/> |
| 14743 <int value="5" label="MODEL_MISSING_FIELDS"/> | 14801 <int value="5" label="MODEL_MISSING_FIELDS"/> |
| 14744 </enum> | 14802 </enum> |
| 14745 | 14803 |
| 14804 <enum name="SBDownloadFeedbackUploadResult" type="int"> |
| 14805 <int value="0" label="SUCCESS"/> |
| 14806 <int value="1" label="UPLOAD_SUCCESS"/> |
| 14807 <int value="2" label="UPLOAD_CANCELLED"/> |
| 14808 <int value="3" label="UPLOAD_METADATA_NET_ERROR"/> |
| 14809 <int value="4" label="UPLOAD_METADATA_RESPONSE_ERROR"/> |
| 14810 <int value="5" label="UPLOAD_FILE_NET_ERROR"/> |
| 14811 <int value="6" label="UPLOAD_FILE_RESPONSE_ERROR"/> |
| 14812 <int value="7" label="UPLOAD_COMPLETE_RESPONSE_ERROR"/> |
| 14813 </enum> |
| 14814 |
| 14746 <enum name="ShillTerminationActionResult" type="int"> | 14815 <enum name="ShillTerminationActionResult" type="int"> |
| 14747 <summary> | 14816 <summary> |
| 14748 The termination action result types come from TerminationActionResult in | 14817 The termination action result types come from TerminationActionResult in |
| 14749 shill/metrics.h | 14818 shill/metrics.h |
| 14750 </summary> | 14819 </summary> |
| 14751 <int value="0" label="Success"/> | 14820 <int value="0" label="Success"/> |
| 14752 <int value="1" label="Failure"/> | 14821 <int value="1" label="Failure"/> |
| 14753 </enum> | 14822 </enum> |
| 14754 | 14823 |
| 14755 <enum name="SimpleCacheIndexInitializeMethod" type="int"> | 14824 <enum name="SimpleCacheIndexInitializeMethod" type="int"> |
| (...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16956 <group name="Disabled" label="Neither extra webstore link is visible"/> | 17025 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 16957 <group name="FooterLink" label="Link in bottom right of footer"/> | 17026 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 16958 <group name="PlusIcon" label="Plus icon in apps page"/> | 17027 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 16959 <affected-histogram name="Extensions.AppLaunch"/> | 17028 <affected-histogram name="Extensions.AppLaunch"/> |
| 16960 <affected-histogram name="NewTabPage.DefaultPageType"/> | 17029 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 16961 </fieldtrial> | 17030 </fieldtrial> |
| 16962 | 17031 |
| 16963 </fieldtrials> | 17032 </fieldtrials> |
| 16964 | 17033 |
| 16965 </histogram-configuration> | 17034 </histogram-configuration> |
| OLD | NEW |