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

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: Spacing fixes Created 7 years, 6 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 7616 matching lines...) Expand 10 before | Expand all | Expand 10 after
7627 </histogram> 7627 </histogram>
7628 7628
7629 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7629 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7630 <summary> 7630 <summary>
7631 Given that the user has typed a URL, and given that that specific URL was 7631 Given that the user has typed a URL, and given that that specific URL was
7632 ranked but not visible on the Suggested pane of the NTP, this is the rank 7632 ranked but not visible on the Suggested pane of the NTP, this is the rank
7633 that the Suggested pane had for that URL. 7633 that the Suggested pane had for that URL.
7634 </summary> 7634 </summary>
7635 </histogram> 7635 </histogram>
7636 7636
7637 <histogram name="NewTabPage.NumberOfMouseOvers">
7638 <summary>
7639 Number of times the user hovered over Most Visited tile elements prior to
7640 navigating away from the New Tab Page.
7641 </summary>
7642 </histogram>
7643
7637 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 7644 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
7638 <summary> 7645 <summary>
7639 Histogram for usage of the menu on the NTP that allows the user to access 7646 Histogram for usage of the menu on the NTP that allows the user to access
7640 tabs from other devices. 7647 tabs from other devices.
7641 </summary> 7648 </summary>
7642 </histogram> 7649 </histogram>
7643 7650
7644 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> 7651 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType">
7645 <summary> 7652 <summary>
7646 The pane that had been previously selected when the user switches panes in 7653 The pane that had been previously selected when the user switches panes in
(...skipping 12169 matching lines...) Expand 10 before | Expand all | Expand 10 after
19816 <group name="Disabled" label="Neither extra webstore link is visible"/> 19823 <group name="Disabled" label="Neither extra webstore link is visible"/>
19817 <group name="FooterLink" label="Link in bottom right of footer"/> 19824 <group name="FooterLink" label="Link in bottom right of footer"/>
19818 <group name="PlusIcon" label="Plus icon in apps page"/> 19825 <group name="PlusIcon" label="Plus icon in apps page"/>
19819 <affected-histogram name="Extensions.AppLaunch"/> 19826 <affected-histogram name="Extensions.AppLaunch"/>
19820 <affected-histogram name="NewTabPage.DefaultPageType"/> 19827 <affected-histogram name="NewTabPage.DefaultPageType"/>
19821 </fieldtrial> 19828 </fieldtrial>
19822 19829
19823 </fieldtrials> 19830 </fieldtrials>
19824 19831
19825 </histogram-configuration> 19832 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698