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

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: Removed newline 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 7748 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Number of times the user hovered over Most Visited tile elements prior to
7772 navigating away from the New Tab Page.
7773 </summary>
7774 </histogram>
7775
7769 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 7776 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
7770 <summary> 7777 <summary>
7771 Histogram for usage of the menu on the NTP that allows the user to access 7778 Histogram for usage of the menu on the NTP that allows the user to access
7772 tabs from other devices. 7779 tabs from other devices.
7773 </summary> 7780 </summary>
7774 </histogram> 7781 </histogram>
7775 7782
7776 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> 7783 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType">
7777 <summary> 7784 <summary>
7778 The pane that had been previously selected when the user switches panes in 7785 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
20002 <group name="Disabled" label="Neither extra webstore link is visible"/> 20009 <group name="Disabled" label="Neither extra webstore link is visible"/>
20003 <group name="FooterLink" label="Link in bottom right of footer"/> 20010 <group name="FooterLink" label="Link in bottom right of footer"/>
20004 <group name="PlusIcon" label="Plus icon in apps page"/> 20011 <group name="PlusIcon" label="Plus icon in apps page"/>
20005 <affected-histogram name="Extensions.AppLaunch"/> 20012 <affected-histogram name="Extensions.AppLaunch"/>
20006 <affected-histogram name="NewTabPage.DefaultPageType"/> 20013 <affected-histogram name="NewTabPage.DefaultPageType"/>
20007 </fieldtrial> 20014 </fieldtrial>
20008 20015
20009 </fieldtrials> 20016 </fieldtrials>
20010 20017
20011 </histogram-configuration> 20018 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698