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 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: Addressed asvitkines comments 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 7957 matching lines...) Expand 10 before | Expand all | Expand 10 after
7968 </histogram> 7968 </histogram>
7969 7969
7970 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> 7970 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction">
7971 <summary> 7971 <summary>
7972 Action taken by the user on the Most Visited NTP pane. If the user switches 7972 Action taken by the user on the Most Visited NTP pane. If the user switches
7973 panes during this use of the NTP, this action is sometimes not recorded. Ask 7973 panes during this use of the NTP, this action is sometimes not recorded. Ask
7974 mpearson@ for details. 7974 mpearson@ for details.
7975 </summary> 7975 </summary>
7976 </histogram> 7976 </histogram>
7977 7977
7978 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment"
7979 enum="NtpTileExperimentActions">
7980 <summary>
7981 Histogram of actions carried out by Most Visited Tile Placement experiment.
7982 The reason for this histogram is to identify the cases where the experiment
7983 could not operate as expected, and the reason for it.
7984 </summary>
7985 </histogram>
7986
7978 <histogram name="NewTabPage.NonVisibleScreenshots"> 7987 <histogram name="NewTabPage.NonVisibleScreenshots">
7979 <summary> 7988 <summary>
7980 The number of screenshots that were cached for the non-visible but ranked 7989 The number of screenshots that were cached for the non-visible but ranked
7981 suggestions on the Suggested NTP pane. 7990 suggestions on the Suggested NTP pane.
7982 </summary> 7991 </summary>
7983 </histogram> 7992 </histogram>
7984 7993
7985 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 7994 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
7986 <summary> 7995 <summary>
7987 Given that the user has typed a URL, and given that that specific URL was 7996 Given that the user has typed a URL, and given that that specific URL was
(...skipping 10146 matching lines...) Expand 10 before | Expand all | Expand 10 after
18134 <int value="3" label="Bookmarks"/> 18143 <int value="3" label="Bookmarks"/>
18135 <int value="4" label="Suggestions"/> 18144 <int value="4" label="Suggestions"/>
18136 </enum> 18145 </enum>
18137 18146
18138 <enum name="NtpPromoAction" type="int"> 18147 <enum name="NtpPromoAction" type="int">
18139 <int value="0" label="NTP Promo viewed"/> 18148 <int value="0" label="NTP Promo viewed"/>
18140 <int value="1" label="NTP Promo closed"/> 18149 <int value="1" label="NTP Promo closed"/>
18141 <int value="2" label="NTP Promo link clicked"/> 18150 <int value="2" label="NTP Promo link clicked"/>
18142 </enum> 18151 </enum>
18143 18152
18153 <enum name="NtpTileExperimentActions" type="int">
18154 <summary>
18155 The types of actions performed by the Most Visited Tile Placement
18156 experiment, used to identify the cases where the experiment could not
18157 operate as expected, and the reason for it.
18158 </summary>
18159 <int value="0" label="Removed URL that was already open in browser"/>
18160 <int value="1" label="Didn't remove URL, too few suggestions in MV"/>
18161 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/>
18162 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
18163 <int value="4" label="No URL, couldn't flip any tiles"/>
18164 </enum>
18165
18144 <enum name="OfflineStatus" type="int"> 18166 <enum name="OfflineStatus" type="int">
18145 <int value="0" label="Fresh data load from Cache"/> 18167 <int value="0" label="Fresh data load from Cache"/>
18146 <int value="1" label="Successful network request (validation or fetch)."/> 18168 <int value="1" label="Successful network request (validation or fetch)."/>
18147 <int value="2" label="Failed network request (non-offline error)."/> 18169 <int value="2" label="Failed network request (non-offline error)."/>
18148 <int value="3" label="Server offline and stale data available."/> 18170 <int value="3" label="Server offline and stale data available."/>
18149 <int value="4" label="Server offline and stale data not available."/> 18171 <int value="4" label="Server offline and stale data not available."/>
18150 </enum> 18172 </enum>
18151 18173
18152 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> 18174 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int">
18153 <int value="0" label="disabled by flags"/> 18175 <int value="0" label="disabled by flags"/>
(...skipping 3971 matching lines...) Expand 10 before | Expand all | Expand 10 after
22125 <group name="Disabled" label="Neither extra webstore link is visible"/> 22147 <group name="Disabled" label="Neither extra webstore link is visible"/>
22126 <group name="FooterLink" label="Link in bottom right of footer"/> 22148 <group name="FooterLink" label="Link in bottom right of footer"/>
22127 <group name="PlusIcon" label="Plus icon in apps page"/> 22149 <group name="PlusIcon" label="Plus icon in apps page"/>
22128 <affected-histogram name="Extensions.AppLaunch"/> 22150 <affected-histogram name="Extensions.AppLaunch"/>
22129 <affected-histogram name="NewTabPage.DefaultPageType"/> 22151 <affected-histogram name="NewTabPage.DefaultPageType"/>
22130 </fieldtrial> 22152 </fieldtrial>
22131 22153
22132 </fieldtrials> 22154 </fieldtrials>
22133 22155
22134 </histogram-configuration> 22156 </histogram-configuration>
OLDNEW
« chrome/browser/history/top_sites.cc ('K') | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698