| 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 4171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4182 | 4182 |
| 4183 <histogram name="MemoryAndroid.NotificationForeground" | 4183 <histogram name="MemoryAndroid.NotificationForeground" |
| 4184 enum="AndroidMemoryNotificationForeground"> | 4184 enum="AndroidMemoryNotificationForeground"> |
| 4185 <summary> | 4185 <summary> |
| 4186 Memory notifications delivered through system callbacks to Chrome while in | 4186 Memory notifications delivered through system callbacks to Chrome while in |
| 4187 the foreground - we count LowMemory notification vs particular levels of | 4187 the foreground - we count LowMemory notification vs particular levels of |
| 4188 TrimMemory foreground notification. | 4188 TrimMemory foreground notification. |
| 4189 </summary> | 4189 </summary> |
| 4190 </histogram> | 4190 </histogram> |
| 4191 | 4191 |
| 4192 <histogram name="Mouse.Sensitivity.Changed" enum="PointerSensitivity"> |
| 4193 <summary>Tracks mouse sensitivity setting.</summary> |
| 4194 </histogram> |
| 4195 |
| 4196 <histogram name="Mouse.Sensitivity.Started" enum="PointerSensitivity"> |
| 4197 <summary>Tracks mouse sensitivity setting on startup.</summary> |
| 4198 </histogram> |
| 4199 |
| 4192 <histogram name="MouseEventPrefetch.MouseDownDuration_Click" units="ms"> | 4200 <histogram name="MouseEventPrefetch.MouseDownDuration_Click" units="ms"> |
| 4193 <summary> | 4201 <summary> |
| 4194 Measures the time elapsed between when the user mousedown-ed a link and when | 4202 Measures the time elapsed between when the user mousedown-ed a link and when |
| 4195 the user clicked a link. | 4203 the user clicked a link. |
| 4196 </summary> | 4204 </summary> |
| 4197 </histogram> | 4205 </histogram> |
| 4198 | 4206 |
| 4199 <histogram name="MouseEventPrefetch.MouseDownFollowedByClick" | 4207 <histogram name="MouseEventPrefetch.MouseDownFollowedByClick" |
| 4200 enum="MouseEventFollowedByClick"> | 4208 enum="MouseEventFollowedByClick"> |
| 4201 <summary> | 4209 <summary> |
| (...skipping 15724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 19926 <group name="Disabled" label="Neither extra webstore link is visible"/> | 19934 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 19927 <group name="FooterLink" label="Link in bottom right of footer"/> | 19935 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 19928 <group name="PlusIcon" label="Plus icon in apps page"/> | 19936 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 19929 <affected-histogram name="Extensions.AppLaunch"/> | 19937 <affected-histogram name="Extensions.AppLaunch"/> |
| 19930 <affected-histogram name="NewTabPage.DefaultPageType"/> | 19938 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 19931 </fieldtrial> | 19939 </fieldtrial> |
| 19932 | 19940 |
| 19933 </fieldtrials> | 19941 </fieldtrials> |
| 19934 | 19942 |
| 19935 </histogram-configuration> | 19943 </histogram-configuration> |
| OLD | NEW |