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

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: Fixed OVERRIDE error 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 7890 matching lines...) Expand 10 before | Expand all | Expand 10 after
7901 </histogram> 7901 </histogram>
7902 7902
7903 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7903 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7904 <summary> 7904 <summary>
7905 Given that the user has typed a URL, and given that that specific URL was 7905 Given that the user has typed a URL, and given that that specific URL was
7906 ranked but not visible on the Suggested pane of the NTP, this is the rank 7906 ranked but not visible on the Suggested pane of the NTP, this is the rank
7907 that the Suggested pane had for that URL. 7907 that the Suggested pane had for that URL.
7908 </summary> 7908 </summary>
7909 </histogram> 7909 </histogram>
7910 7910
7911 <histogram name="NewTabPage.NumberOfMouseOvers">
7912 <summary>
7913 The total number of times the user hovered the mouse over Most Visited tile
7914 or title elements before changing focus away from the NTP, be it by
7915 navigating to a URL, switching tabs, changing the active window or closing
7916 the tab/shutting down Chrome.
7917 </summary>
7918 </histogram>
7919
7911 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 7920 <histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
7912 <summary> 7921 <summary>
7913 Histogram for usage of the menu on the NTP that allows the user to access 7922 Histogram for usage of the menu on the NTP that allows the user to access
7914 tabs from other devices. 7923 tabs from other devices.
7915 </summary> 7924 </summary>
7916 </histogram> 7925 </histogram>
7917 7926
7918 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType"> 7927 <histogram name="NewTabPage.PreviousSelectedPageType" enum="NtpPaneType">
7919 <summary> 7928 <summary>
7920 The pane that had been previously selected when the user switches panes in 7929 The pane that had been previously selected when the user switches panes in
(...skipping 13524 matching lines...) Expand 10 before | Expand all | Expand 10 after
21445 <group name="Disabled" label="Neither extra webstore link is visible"/> 21454 <group name="Disabled" label="Neither extra webstore link is visible"/>
21446 <group name="FooterLink" label="Link in bottom right of footer"/> 21455 <group name="FooterLink" label="Link in bottom right of footer"/>
21447 <group name="PlusIcon" label="Plus icon in apps page"/> 21456 <group name="PlusIcon" label="Plus icon in apps page"/>
21448 <affected-histogram name="Extensions.AppLaunch"/> 21457 <affected-histogram name="Extensions.AppLaunch"/>
21449 <affected-histogram name="NewTabPage.DefaultPageType"/> 21458 <affected-histogram name="NewTabPage.DefaultPageType"/>
21450 </fieldtrial> 21459 </fieldtrial>
21451 21460
21452 </fieldtrials> 21461 </fieldtrials>
21453 21462
21454 </histogram-configuration> 21463 </histogram-configuration>
OLDNEW
« chrome/browser/ui/search/instant_ntp.h ('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