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 17114002: Field trial removing tiles from NTP if URL is already open - for 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed rebase issues 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 7875 matching lines...) Expand 10 before | Expand all | Expand 10 after
7886 </histogram> 7886 </histogram>
7887 7887
7888 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> 7888 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction">
7889 <summary> 7889 <summary>
7890 Action taken by the user on the Most Visited NTP pane. If the user switches 7890 Action taken by the user on the Most Visited NTP pane. If the user switches
7891 panes during this use of the NTP, this action is sometimes not recorded. Ask 7891 panes during this use of the NTP, this action is sometimes not recorded. Ask
7892 mpearson@ for details. 7892 mpearson@ for details.
7893 </summary> 7893 </summary>
7894 </histogram> 7894 </histogram>
7895 7895
7896 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment"
7897 enum="NtpTileExperimentActions">
7898 <summary>
7899 Histogram of actions carried out by Most Visited Tile Placement experiment.
7900 The reason for this histogram is to identify the cases where the experiment
7901 could not operate as expected, and the reason for it.
7902 </summary>
7903 </histogram>
7904
7896 <histogram name="NewTabPage.NonVisibleScreenshots"> 7905 <histogram name="NewTabPage.NonVisibleScreenshots">
7897 <summary> 7906 <summary>
7898 The number of screenshots that were cached for the non-visible but ranked 7907 The number of screenshots that were cached for the non-visible but ranked
7899 suggestions on the Suggested NTP pane. 7908 suggestions on the Suggested NTP pane.
7900 </summary> 7909 </summary>
7901 </histogram> 7910 </histogram>
7902 7911
7903 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7912 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7904 <summary> 7913 <summary>
7905 Given that the user has typed a URL, and given that that specific URL was 7914 Given that the user has typed a URL, and given that that specific URL was
(...skipping 9709 matching lines...) Expand 10 before | Expand all | Expand 10 after
17615 <int value="3" label="Bookmarks"/> 17624 <int value="3" label="Bookmarks"/>
17616 <int value="4" label="Suggestions"/> 17625 <int value="4" label="Suggestions"/>
17617 </enum> 17626 </enum>
17618 17627
17619 <enum name="NtpPromoAction" type="int"> 17628 <enum name="NtpPromoAction" type="int">
17620 <int value="0" label="NTP Promo viewed"/> 17629 <int value="0" label="NTP Promo viewed"/>
17621 <int value="1" label="NTP Promo closed"/> 17630 <int value="1" label="NTP Promo closed"/>
17622 <int value="2" label="NTP Promo link clicked"/> 17631 <int value="2" label="NTP Promo link clicked"/>
17623 </enum> 17632 </enum>
17624 17633
17634 <enum name="NtpTileExperimentActions" type="int">
17635 <summary>
17636 The types of actions performed by the Most Visited Tile Placement
17637 experiment, used to identify the cases where the experiment could not
17638 operate as expected, and the reason for it.
17639 </summary>
17640 <int value="0" label="Removed URL that was already open in browser"/>
17641 <int value="1" label="Didn't remove URL, too few suggestions in MV"/>
17642 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/>
17643 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
17644 <int value="4" label="No URL, couldn't flip any tiles"/>
17645 </enum>
17646
17625 <enum name="OfflineStatus" type="int"> 17647 <enum name="OfflineStatus" type="int">
17626 <int value="0" label="Fresh data load from Cache"/> 17648 <int value="0" label="Fresh data load from Cache"/>
17627 <int value="1" label="Successful network request (validation or fetch)."/> 17649 <int value="1" label="Successful network request (validation or fetch)."/>
17628 <int value="2" label="Failed network request (non-offline error)."/> 17650 <int value="2" label="Failed network request (non-offline error)."/>
17629 <int value="3" label="Server offline and stale data available."/> 17651 <int value="3" label="Server offline and stale data available."/>
17630 <int value="4" label="Server offline and stale data not available."/> 17652 <int value="4" label="Server offline and stale data not available."/>
17631 </enum> 17653 </enum>
17632 17654
17633 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> 17655 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int">
17634 <int value="0" label="disabled by flags"/> 17656 <int value="0" label="disabled by flags"/>
(...skipping 3557 matching lines...) Expand 10 before | Expand all | Expand 10 after
21192 <group name="Disabled" label="Neither extra webstore link is visible"/> 21214 <group name="Disabled" label="Neither extra webstore link is visible"/>
21193 <group name="FooterLink" label="Link in bottom right of footer"/> 21215 <group name="FooterLink" label="Link in bottom right of footer"/>
21194 <group name="PlusIcon" label="Plus icon in apps page"/> 21216 <group name="PlusIcon" label="Plus icon in apps page"/>
21195 <affected-histogram name="Extensions.AppLaunch"/> 21217 <affected-histogram name="Extensions.AppLaunch"/>
21196 <affected-histogram name="NewTabPage.DefaultPageType"/> 21218 <affected-histogram name="NewTabPage.DefaultPageType"/>
21197 </fieldtrial> 21219 </fieldtrial>
21198 21220
21199 </fieldtrials> 21221 </fieldtrials>
21200 21222
21201 </histogram-configuration> 21223 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698