| 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 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2599 <summary> | 2599 <summary> |
| 2600 Number of total files (regualr files + hosted documents) on Drive. Logged | 2600 Number of total files (regualr files + hosted documents) on Drive. Logged |
| 2601 when Drive is first accessed. | 2601 when Drive is first accessed. |
| 2602 </summary> | 2602 </summary> |
| 2603 </histogram> | 2603 </histogram> |
| 2604 | 2604 |
| 2605 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> | 2605 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> |
| 2606 <summary>Events in Google Now component extension.</summary> | 2606 <summary>Events in Google Now component extension.</summary> |
| 2607 </histogram> | 2607 </histogram> |
| 2608 | 2608 |
| 2609 <histogram name="History.TopSitesVisitsByRank" units="rank"> |
| 2610 <summary> |
| 2611 Page visits to each of a user's top 50 sites. Visits to all other sites go |
| 2612 into the 51st bucket. |
| 2613 </summary> |
| 2614 </histogram> |
| 2615 |
| 2609 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> | 2616 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> |
| 2610 <summary> | 2617 <summary> |
| 2611 Histogram for usage of the section in the history page that allows the user | 2618 Histogram for usage of the section in the history page that allows the user |
| 2612 to access tabs from other devices. | 2619 to access tabs from other devices. |
| 2613 </summary> | 2620 </summary> |
| 2614 </histogram> | 2621 </histogram> |
| 2615 | 2622 |
| 2616 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 2623 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
| 2617 <summary> | 2624 <summary> |
| 2618 The time spent waiting for write lock on a disk cache entry. | 2625 The time spent waiting for write lock on a disk cache entry. |
| (...skipping 15566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18185 <group name="Disabled" label="Neither extra webstore link is visible"/> | 18192 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 18186 <group name="FooterLink" label="Link in bottom right of footer"/> | 18193 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 18187 <group name="PlusIcon" label="Plus icon in apps page"/> | 18194 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 18188 <affected-histogram name="Extensions.AppLaunch"/> | 18195 <affected-histogram name="Extensions.AppLaunch"/> |
| 18189 <affected-histogram name="NewTabPage.DefaultPageType"/> | 18196 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 18190 </fieldtrial> | 18197 </fieldtrial> |
| 18191 | 18198 |
| 18192 </fieldtrials> | 18199 </fieldtrials> |
| 18193 | 18200 |
| 18194 </histogram-configuration> | 18201 </histogram-configuration> |
| OLD | NEW |