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

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: Edited histogram summary 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 7767 matching lines...) Expand 10 before | Expand all | Expand 10 after
7778 </histogram> 7778 </histogram>
7779 7779
7780 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7780 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7781 <summary> 7781 <summary>
7782 Given that the user has typed a URL, and given that that specific URL was 7782 Given that the user has typed a URL, and given that that specific URL was
7783 ranked but not visible on the Suggested pane of the NTP, this is the rank 7783 ranked but not visible on the Suggested pane of the NTP, this is the rank
7784 that the Suggested pane had for that URL. 7784 that the Suggested pane had for that URL.
7785 </summary> 7785 </summary>
7786 </histogram> 7786 </histogram>
7787 7787
7788 <histogram name="NewTabPage.NumberOfMouseOvers">
7789 <summary>
7790 The total number of times the user hovered the mouse over Most Visited tile
7791 or title elements before changing focus away from the NTP, be it by
7792 navigating to a URL, switching tabs, changing the active window or closing
7793 the tab/shutting down Chrome.
7794 </summary>
7795 </histogram>
7796
7788 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 7797 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
7789 <summary> 7798 <summary>
7790 Histogram for usage of the menu on the NTP that allows the user to access 7799 Histogram for usage of the menu on the NTP that allows the user to access
7791 tabs from other devices. 7800 tabs from other devices.
7792 </summary> 7801 </summary>
7793 </histogram> 7802 </histogram>
7794 7803
7795 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> 7804 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType">
7796 <summary> 7805 <summary>
7797 The pane that had been previously selected when the user switches panes in 7806 The pane that had been previously selected when the user switches panes in
(...skipping 12297 matching lines...) Expand 10 before | Expand all | Expand 10 after
20095 <group name="Disabled" label="Neither extra webstore link is visible"/> 20104 <group name="Disabled" label="Neither extra webstore link is visible"/>
20096 <group name="FooterLink" label="Link in bottom right of footer"/> 20105 <group name="FooterLink" label="Link in bottom right of footer"/>
20097 <group name="PlusIcon" label="Plus icon in apps page"/> 20106 <group name="PlusIcon" label="Plus icon in apps page"/>
20098 <affected-histogram name="Extensions.AppLaunch"/> 20107 <affected-histogram name="Extensions.AppLaunch"/>
20099 <affected-histogram name="NewTabPage.DefaultPageType"/> 20108 <affected-histogram name="NewTabPage.DefaultPageType"/>
20100 </fieldtrial> 20109 </fieldtrial>
20101 20110
20102 </fieldtrials> 20111 </fieldtrials>
20103 20112
20104 </histogram-configuration> 20113 </histogram-configuration>
OLDNEW
« chrome/browser/ui/search/instant_page.cc ('K') | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698