OLD | NEW |
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 8861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8872 </histogram> | 8872 </histogram> |
8873 | 8873 |
8874 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> | 8874 <histogram name="NewTabPage.MostVisitedAction" enum="NtpFollowAction"> |
8875 <summary> | 8875 <summary> |
8876 Action taken by the user on the Most Visited NTP pane. If the user switches | 8876 Action taken by the user on the Most Visited NTP pane. If the user switches |
8877 panes during this use of the NTP, this action is sometimes not recorded. Ask | 8877 panes during this use of the NTP, this action is sometimes not recorded. Ask |
8878 mpearson@ for details. | 8878 mpearson@ for details. |
8879 </summary> | 8879 </summary> |
8880 </histogram> | 8880 </histogram> |
8881 | 8881 |
| 8882 <histogram name="NewTabPage.MostVisitedTilePlacementExperiment" |
| 8883 enum="NtpTileExperimentActions"> |
| 8884 <summary> |
| 8885 Records anomalous events for the Most Visited Tile Placement experiment, |
| 8886 where it is unable to operate as expected. These are recorded during New Tab |
| 8887 Page load time, once for every NTP. |
| 8888 </summary> |
| 8889 </histogram> |
| 8890 |
8882 <histogram name="NewTabPage.NonVisibleScreenshots"> | 8891 <histogram name="NewTabPage.NonVisibleScreenshots"> |
8883 <summary> | 8892 <summary> |
8884 The number of screenshots that were cached for the non-visible but ranked | 8893 The number of screenshots that were cached for the non-visible but ranked |
8885 suggestions on the Suggested NTP pane. | 8894 suggestions on the Suggested NTP pane. |
8886 </summary> | 8895 </summary> |
8887 </histogram> | 8896 </histogram> |
8888 | 8897 |
8889 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> | 8898 <histogram name="NewTabPage.NonVisibleSuggestedSiteRank"> |
8890 <summary> | 8899 <summary> |
8891 Given that the user has typed a URL, and given that that specific URL was | 8900 Given that the user has typed a URL, and given that that specific URL was |
(...skipping 10406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19298 <int value="3" label="Bookmarks"/> | 19307 <int value="3" label="Bookmarks"/> |
19299 <int value="4" label="Suggestions"/> | 19308 <int value="4" label="Suggestions"/> |
19300 </enum> | 19309 </enum> |
19301 | 19310 |
19302 <enum name="NtpPromoAction" type="int"> | 19311 <enum name="NtpPromoAction" type="int"> |
19303 <int value="0" label="NTP Promo viewed"/> | 19312 <int value="0" label="NTP Promo viewed"/> |
19304 <int value="1" label="NTP Promo closed"/> | 19313 <int value="1" label="NTP Promo closed"/> |
19305 <int value="2" label="NTP Promo link clicked"/> | 19314 <int value="2" label="NTP Promo link clicked"/> |
19306 </enum> | 19315 </enum> |
19307 | 19316 |
| 19317 <enum name="NtpTileExperimentActions" type="int"> |
| 19318 <summary> |
| 19319 The types of actions performed by the Most Visited Tile Placement |
| 19320 experiment, used to identify the cases where the experiment could not |
| 19321 operate as expected, and the reason for it. |
| 19322 </summary> |
| 19323 <int value="0" label="Removed URL that was already open in browser"/> |
| 19324 <int value="1" label="Didn't remove URL, too few suggestions in MV"/> |
| 19325 <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/> |
| 19326 <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/> |
| 19327 </enum> |
| 19328 |
19308 <enum name="OfflineStatus" type="int"> | 19329 <enum name="OfflineStatus" type="int"> |
19309 <int value="0" label="Fresh data load from Cache"/> | 19330 <int value="0" label="Fresh data load from Cache"/> |
19310 <int value="1" label="Successful network request (validation or fetch)."/> | 19331 <int value="1" label="Successful network request (validation or fetch)."/> |
19311 <int value="2" label="Failed network request (non-offline error)."/> | 19332 <int value="2" label="Failed network request (non-offline error)."/> |
19312 <int value="3" label="Server offline and stale data available."/> | 19333 <int value="3" label="Server offline and stale data available."/> |
19313 <int value="4" label="Server offline and stale data not available."/> | 19334 <int value="4" label="Server offline and stale data not available."/> |
19314 </enum> | 19335 </enum> |
19315 | 19336 |
19316 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> | 19337 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> |
19317 <int value="0" label="disabled by flags"/> | 19338 <int value="0" label="disabled by flags"/> |
(...skipping 4131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
23449 <group name="Disabled" label="Neither extra webstore link is visible"/> | 23470 <group name="Disabled" label="Neither extra webstore link is visible"/> |
23450 <group name="FooterLink" label="Link in bottom right of footer"/> | 23471 <group name="FooterLink" label="Link in bottom right of footer"/> |
23451 <group name="PlusIcon" label="Plus icon in apps page"/> | 23472 <group name="PlusIcon" label="Plus icon in apps page"/> |
23452 <affected-histogram name="Extensions.AppLaunch"/> | 23473 <affected-histogram name="Extensions.AppLaunch"/> |
23453 <affected-histogram name="NewTabPage.DefaultPageType"/> | 23474 <affected-histogram name="NewTabPage.DefaultPageType"/> |
23454 </fieldtrial> | 23475 </fieldtrial> |
23455 | 23476 |
23456 </fieldtrials> | 23477 </fieldtrials> |
23457 | 23478 |
23458 </histogram-configuration> | 23479 </histogram-configuration> |
OLD | NEW |