| 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 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 <summary> | 3128 <summary> |
| 3129 Number of total files (regualr files + hosted documents) on Drive. Logged | 3129 Number of total files (regualr files + hosted documents) on Drive. Logged |
| 3130 when Drive is first accessed. | 3130 when Drive is first accessed. |
| 3131 </summary> | 3131 </summary> |
| 3132 </histogram> | 3132 </histogram> |
| 3133 | 3133 |
| 3134 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> | 3134 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> |
| 3135 <summary>Events in Google Now component extension.</summary> | 3135 <summary>Events in Google Now component extension.</summary> |
| 3136 </histogram> | 3136 </histogram> |
| 3137 | 3137 |
| 3138 <histogram name="History.TopSitesVisitsByRank" units="rank"> |
| 3139 <summary> |
| 3140 Page visits to each of a user's top 50 sites. Visits to all other sites go |
| 3141 into the 51st bucket. |
| 3142 </summary> |
| 3143 </histogram> |
| 3144 |
| 3138 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> | 3145 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> |
| 3139 <summary> | 3146 <summary> |
| 3140 Histogram for usage of the section in the history page that allows the user | 3147 Histogram for usage of the section in the history page that allows the user |
| 3141 to access tabs from other devices. | 3148 to access tabs from other devices. |
| 3142 </summary> | 3149 </summary> |
| 3143 </histogram> | 3150 </histogram> |
| 3144 | 3151 |
| 3145 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 3152 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
| 3146 <summary> | 3153 <summary> |
| 3147 The time spent waiting for write lock on a disk cache entry. | 3154 The time spent waiting for write lock on a disk cache entry. |
| (...skipping 16474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19622 <group name="Disabled" label="Neither extra webstore link is visible"/> | 19629 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 19623 <group name="FooterLink" label="Link in bottom right of footer"/> | 19630 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 19624 <group name="PlusIcon" label="Plus icon in apps page"/> | 19631 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 19625 <affected-histogram name="Extensions.AppLaunch"/> | 19632 <affected-histogram name="Extensions.AppLaunch"/> |
| 19626 <affected-histogram name="NewTabPage.DefaultPageType"/> | 19633 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 19627 </fieldtrial> | 19634 </fieldtrial> |
| 19628 | 19635 |
| 19629 </fieldtrials> | 19636 </fieldtrials> |
| 19630 | 19637 |
| 19631 </histogram-configuration> | 19638 </histogram-configuration> |
| OLD | NEW |