| 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 11828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11839 </histogram> | 11839 </histogram> |
| 11840 | 11840 |
| 11841 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode"> | 11841 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode"> |
| 11842 <summary>Error codes returned by sqlite for the history db.</summary> | 11842 <summary>Error codes returned by sqlite for the history db.</summary> |
| 11843 </histogram> | 11843 </histogram> |
| 11844 | 11844 |
| 11845 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode"> | 11845 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode"> |
| 11846 <summary>Error codes returned by sqlite for the quota db.</summary> | 11846 <summary>Error codes returned by sqlite for the quota db.</summary> |
| 11847 </histogram> | 11847 </histogram> |
| 11848 | 11848 |
| 11849 <histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode"> |
| 11850 <summary>Errors attempting to Raze() database.</summary> |
| 11851 </histogram> |
| 11852 |
| 11853 <histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode"> |
| 11854 <summary>Errors on second attempt to Raze() database.</summary> |
| 11855 </histogram> |
| 11856 |
| 11857 <histogram name="Sqlite.RazeDatabaseTruncate" enum="SqliteErrorCode"> |
| 11858 <summary>Errors truncating database for Raze().</summary> |
| 11859 </histogram> |
| 11860 |
| 11849 <histogram name="Sqlite.SizeKB" units="Kb"> | 11861 <histogram name="Sqlite.SizeKB" units="Kb"> |
| 11850 <summary>Size in kilobytes of pre-existing database at startup.</summary> | 11862 <summary>Size in kilobytes of pre-existing database at startup.</summary> |
| 11851 </histogram> | 11863 </histogram> |
| 11852 | 11864 |
| 11853 <histogram name="Sqlite.Text.Error" enum="SqliteErrorCode"> | 11865 <histogram name="Sqlite.Text.Error" enum="SqliteErrorCode"> |
| 11854 <summary>Error codes returned by sqlite the full text db.</summary> | 11866 <summary>Error codes returned by sqlite the full text db.</summary> |
| 11855 </histogram> | 11867 </histogram> |
| 11856 | 11868 |
| 11857 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> | 11869 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> |
| 11858 <summary>Error codes returned by sqlite for the thumbnail db.</summary> | 11870 <summary>Error codes returned by sqlite for the thumbnail db.</summary> |
| (...skipping 9586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 21445 <group name="Disabled" label="Neither extra webstore link is visible"/> | 21457 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 21446 <group name="FooterLink" label="Link in bottom right of footer"/> | 21458 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 21447 <group name="PlusIcon" label="Plus icon in apps page"/> | 21459 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 21448 <affected-histogram name="Extensions.AppLaunch"/> | 21460 <affected-histogram name="Extensions.AppLaunch"/> |
| 21449 <affected-histogram name="NewTabPage.DefaultPageType"/> | 21461 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 21450 </fieldtrial> | 21462 </fieldtrial> |
| 21451 | 21463 |
| 21452 </fieldtrials> | 21464 </fieldtrials> |
| 21453 | 21465 |
| 21454 </histogram-configuration> | 21466 </histogram-configuration> |
| OLD | NEW |