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 failing tests 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8910 matching lines...) Expand 10 before | Expand all | Expand 10 after
8921 </histogram> 8921 </histogram>
8922 8922
8923 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> 8923 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction">
8924 <summary> 8924 <summary>
8925 Action taken by the user on the Most Visited NTP pane. If the user switches 8925 Action taken by the user on the Most Visited NTP pane. If the user switches
8926 panes during this use of the NTP, this action is sometimes not recorded. Ask 8926 panes during this use of the NTP, this action is sometimes not recorded. Ask
8927 mpearson@ for details. 8927 mpearson@ for details.
8928 </summary> 8928 </summary>
8929 </histogram> 8929 </histogram>
8930 8930
8931 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment"
8932 enum="NtpTileExperimentActions">
8933 <summary>
8934 Records anomalous events for the Most Visited Tile Placement experiment,
8935 where it is unable to operate as expected. These are recorded during New Tab
8936 Page load time, once for every NTP.
8937 </summary>
8938 </histogram>
8939
8931 <histogram name="NewTabPage.NonVisibleScreenshots"> 8940 <histogram name="NewTabPage.NonVisibleScreenshots">
8932 <summary> 8941 <summary>
8933 The number of screenshots that were cached for the non-visible but ranked 8942 The number of screenshots that were cached for the non-visible but ranked
8934 suggestions on the Suggested NTP pane. 8943 suggestions on the Suggested NTP pane.
8935 </summary> 8944 </summary>
8936 </histogram> 8945 </histogram>
8937 8946
8938 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> 8947 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank">
8939 <summary> 8948 <summary>
8940 Given that the user has typed a URL, and given that that specific URL was 8949 Given that the user has typed a URL, and given that that specific URL was
(...skipping 10569 matching lines...) Expand 10 before | Expand all | Expand 10 after
19510 <int value="3" label="Bookmarks"/> 19519 <int value="3" label="Bookmarks"/>
19511 <int value="4" label="Suggestions"/> 19520 <int value="4" label="Suggestions"/>
19512 </enum> 19521 </enum>
19513 19522
19514 <enum name="NtpPromoAction" type="int"> 19523 <enum name="NtpPromoAction" type="int">
19515 <int value="0" label="NTP Promo viewed"/> 19524 <int value="0" label="NTP Promo viewed"/>
19516 <int value="1" label="NTP Promo closed"/> 19525 <int value="1" label="NTP Promo closed"/>
19517 <int value="2" label="NTP Promo link clicked"/> 19526 <int value="2" label="NTP Promo link clicked"/>
19518 </enum> 19527 </enum>
19519 19528
19529 <enum name="NtpTileExperimentActions" type="int">
19530 <summary>
19531 The types of actions performed by the Most Visited Tile Placement
19532 experiment, used to identify the cases where the experiment could not
19533 operate as expected, and the reason for it.
19534 </summary>
19535 <int value="0" label="Removed URL that was already open in browser"/>
19536 <int value="1" label="Didn't remove URL, too few suggestions in MV"/>
19537 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/>
19538 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
19539 </enum>
19540
19520 <enum name="OfflineStatus" type="int"> 19541 <enum name="OfflineStatus" type="int">
19521 <int value="0" label="Fresh data load from Cache"/> 19542 <int value="0" label="Fresh data load from Cache"/>
19522 <int value="1" label="Successful network request (validation or fetch)."/> 19543 <int value="1" label="Successful network request (validation or fetch)."/>
19523 <int value="2" label="Failed network request (non-offline error)."/> 19544 <int value="2" label="Failed network request (non-offline error)."/>
19524 <int value="3" label="Server offline and stale data available."/> 19545 <int value="3" label="Server offline and stale data available."/>
19525 <int value="4" label="Server offline and stale data not available."/> 19546 <int value="4" label="Server offline and stale data not available."/>
19526 </enum> 19547 </enum>
19527 19548
19528 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> 19549 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int">
19529 <int value="0" label="disabled by flags"/> 19550 <int value="0" label="disabled by flags"/>
(...skipping 4181 matching lines...) Expand 10 before | Expand all | Expand 10 after
23711 <group name="Disabled" label="Neither extra webstore link is visible"/> 23732 <group name="Disabled" label="Neither extra webstore link is visible"/>
23712 <group name="FooterLink" label="Link in bottom right of footer"/> 23733 <group name="FooterLink" label="Link in bottom right of footer"/>
23713 <group name="PlusIcon" label="Plus icon in apps page"/> 23734 <group name="PlusIcon" label="Plus icon in apps page"/>
23714 <affected-histogram name="Extensions.AppLaunch"/> 23735 <affected-histogram name="Extensions.AppLaunch"/>
23715 <affected-histogram name="NewTabPage.DefaultPageType"/> 23736 <affected-histogram name="NewTabPage.DefaultPageType"/>
23716 </fieldtrial> 23737 </fieldtrial>
23717 23738
23718 </fieldtrials> 23739 </fieldtrials>
23719 23740
23720 </histogram-configuration> 23741 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698