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 7748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7759 </histogram> | 7759 </histogram> |
7760 | 7760 |
7761 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> | 7761 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> |
7762 <summary> | 7762 <summary> |
7763 Given that the user has typed a URL, and given that that specific URL was | 7763 Given that the user has typed a URL, and given that that specific URL was |
7764 ranked but not visible on the Suggested pane of the NTP, this is the rank | 7764 ranked but not visible on the Suggested pane of the NTP, this is the rank |
7765 that the Suggested pane had for that URL. | 7765 that the Suggested pane had for that URL. |
7766 </summary> | 7766 </summary> |
7767 </histogram> | 7767 </histogram> |
7768 | 7768 |
| 7769 <histogram name="NewTabPage.NumberOfMouseOvers"> |
| 7770 <summary> |
| 7771 The total number of times the user hovered the mouse over Most Visited tile |
| 7772 or title elements before changing focus away from the NTP, be it by |
| 7773 navigating to a URL, switching tabs, changing the active window or closing |
| 7774 the tab/shutting down Chrome. Does not log 0 mouseover cases (for instance |
| 7775 if a user opens the NTP then immediately switches to another tab without |
| 7776 interacting with that NTPinstance). |
| 7777 </summary> |
| 7778 </histogram> |
| 7779 |
7769 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> | 7780 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> |
7770 <summary> | 7781 <summary> |
7771 Histogram for usage of the menu on the NTP that allows the user to access | 7782 Histogram for usage of the menu on the NTP that allows the user to access |
7772 tabs from other devices. | 7783 tabs from other devices. |
7773 </summary> | 7784 </summary> |
7774 </histogram> | 7785 </histogram> |
7775 | 7786 |
7776 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> | 7787 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> |
7777 <summary> | 7788 <summary> |
7778 The pane that had been previously selected when the user switches panes in | 7789 The pane that had been previously selected when the user switches panes in |
(...skipping 12223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
20002 <group name="Disabled" label="Neither extra webstore link is visible"/> | 20013 <group name="Disabled" label="Neither extra webstore link is visible"/> |
20003 <group name="FooterLink" label="Link in bottom right of footer"/> | 20014 <group name="FooterLink" label="Link in bottom right of footer"/> |
20004 <group name="PlusIcon" label="Plus icon in apps page"/> | 20015 <group name="PlusIcon" label="Plus icon in apps page"/> |
20005 <affected-histogram name="Extensions.AppLaunch"/> | 20016 <affected-histogram name="Extensions.AppLaunch"/> |
20006 <affected-histogram name="NewTabPage.DefaultPageType"/> | 20017 <affected-histogram name="NewTabPage.DefaultPageType"/> |
20007 </fieldtrial> | 20018 </fieldtrial> |
20008 | 20019 |
20009 </fieldtrials> | 20020 </fieldtrials> |
20010 | 20021 |
20011 </histogram-configuration> | 20022 </histogram-configuration> |
OLD | NEW |