Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 17526008: Log NTP hovers in 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 7808 matching lines...) Expand 10 before | Expand all | Expand 10 after
7819 </histogram> 7819 </histogram>
7820 7820
7821 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7821 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7822 <summary> 7822 <summary>
7823 Given that the user has typed a URL, and given that that specific URL was 7823 Given that the user has typed a URL, and given that that specific URL was
7824 ranked but not visible on the Suggested pane of the NTP, this is the rank 7824 ranked but not visible on the Suggested pane of the NTP, this is the rank
7825 that the Suggested pane had for that URL. 7825 that the Suggested pane had for that URL.
7826 </summary> 7826 </summary>
7827 </histogram> 7827 </histogram>
7828 7828
7829 <histogram name="NewTabPage.NumberOfMouseOvers">
7830 <summary>
7831 The total number of times the user hovered the mouse over Most Visited tile
7832 or title elements before changing focus away from the NTP, be it by
7833 navigating to a URL, switching tabs, changing the active window or closing
7834 the tab/shutting down Chrome.
7835 </summary>
7836 </histogram>
7837
7829 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 7838 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
7830 <summary> 7839 <summary>
7831 Histogram for usage of the menu on the NTP that allows the user to access 7840 Histogram for usage of the menu on the NTP that allows the user to access
7832 tabs from other devices. 7841 tabs from other devices.
7833 </summary> 7842 </summary>
7834 </histogram> 7843 </histogram>
7835 7844
7836 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> 7845 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType">
7837 <summary> 7846 <summary>
7838 The pane that had been previously selected when the user switches panes in 7847 The pane that had been previously selected when the user switches panes in
(...skipping 13189 matching lines...) Expand 10 before | Expand all | Expand 10 after
21028 <group name="Disabled" label="Neither extra webstore link is visible"/> 21037 <group name="Disabled" label="Neither extra webstore link is visible"/>
21029 <group name="FooterLink" label="Link in bottom right of footer"/> 21038 <group name="FooterLink" label="Link in bottom right of footer"/>
21030 <group name="PlusIcon" label="Plus icon in apps page"/> 21039 <group name="PlusIcon" label="Plus icon in apps page"/>
21031 <affected-histogram name="Extensions.AppLaunch"/> 21040 <affected-histogram name="Extensions.AppLaunch"/>
21032 <affected-histogram name="NewTabPage.DefaultPageType"/> 21041 <affected-histogram name="NewTabPage.DefaultPageType"/>
21033 </fieldtrial> 21042 </fieldtrial>
21034 21043
21035 </fieldtrials> 21044 </fieldtrials>
21036 21045
21037 </histogram-configuration> 21046 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698