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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 19862004: [InstantExtended] Changing the histogram name since the definition of the histogram changed when th… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('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 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4066 <obsolete> 4066 <obsolete>
4067 Deprecated 2013-06. As of m30 use InstantExtended.NewOptInState. 4067 Deprecated 2013-06. As of m30 use InstantExtended.NewOptInState.
4068 </obsolete> 4068 </obsolete>
4069 <summary> 4069 <summary>
4070 Records, on startup, whether the user has chosen to opt-in to or opt-out of 4070 Records, on startup, whether the user has chosen to opt-in to or opt-out of
4071 InstantExtended via chrome://flags. 4071 InstantExtended via chrome://flags.
4072 </summary> 4072 </summary>
4073 </histogram> 4073 </histogram>
4074 4074
4075 <histogram name="InstantExtended.PercentageMatchQuerytoQuery" units="%"> 4075 <histogram name="InstantExtended.PercentageMatchQuerytoQuery" units="%">
4076 <obsolete>
4077 Deprecated 2013-07. Please see
4078 InstantExtended.PercentageMatchV2_QuerytoQuery instead.
4079 </obsolete>
4076 <summary> 4080 <summary>
4077 Records the number of matching characters at the start of the user's text as 4081 Records the number of matching characters at the start of the user's text as
4078 a percentage of average length between the old and new text when the user 4082 a percentage of average length between the old and new text when the user
4079 navigates from a search query to another search query. 4083 navigates from a search query to another search query.
4080 </summary> 4084 </summary>
4081 </histogram> 4085 </histogram>
4082 4086
4083 <histogram name="InstantExtended.PercentageMatchQuerytoURL" units="%"> 4087 <histogram name="InstantExtended.PercentageMatchQuerytoURL" units="%">
4088 <obsolete>
4089 Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_QuerytoURL
4090 instead.
4091 </obsolete>
4084 <summary> 4092 <summary>
4085 Records the number of matching characters at the start of the user's text as 4093 Records the number of matching characters at the start of the user's text as
4086 a percentage of average length between the old and new text when the user 4094 a percentage of average length between the old and new text when the user
4087 navigates from a search query to a url. Example: Accidental search for 4095 navigates from a search query to a url. Example: Accidental search for
4088 google.con, then navigation to google.com. 4096 google.con, then navigation to google.com.
4089 </summary> 4097 </summary>
4090 </histogram> 4098 </histogram>
4091 4099
4092 <histogram name="InstantExtended.PercentageMatchURLtoQuery" units="%"> 4100 <histogram name="InstantExtended.PercentageMatchURLtoQuery" units="%">
4101 <obsolete>
4102 Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_URLtoQuery
4103 instead.
4104 </obsolete>
4093 <summary> 4105 <summary>
4094 Records the number of matching characters at the start of the user's text as 4106 Records the number of matching characters at the start of the user's text as
4095 a percentage of average length between the old and new text when the user 4107 a percentage of average length between the old and new text when the user
4096 navigates from a url to a search query. 4108 navigates from a url to a search query.
4097 </summary> 4109 </summary>
4098 </histogram> 4110 </histogram>
4099 4111
4100 <histogram name="InstantExtended.PercentageMatchURLtoURL" units="%"> 4112 <histogram name="InstantExtended.PercentageMatchURLtoURL" units="%">
4113 <obsolete>
4114 Deprecated 2013-07. Please see InstantExtended.PercentageMatchV2_URLtoURL
4115 instead.
4116 </obsolete>
4101 <summary> 4117 <summary>
4102 Records the number of matching characters at the start of the user's text as 4118 Records the number of matching characters at the start of the user's text as
4103 a percentage of average length between the old and new text when the user 4119 a percentage of average length between the old and new text when the user
4120 navigates from a url to another url.
4121 </summary>
4122 </histogram>
4123
4124 <histogram name="InstantExtended.PercentageMatchV2_QuerytoQuery" units="%">
4125 <summary>
4126 Records the number of matching characters at the start of the user's text as
4127 a percentage of average length between the old and new text when the user
4128 navigates from a search query to another search query.
4129 </summary>
4130 </histogram>
4131
4132 <histogram name="InstantExtended.PercentageMatchV2_QuerytoURL" units="%">
4133 <summary>
4134 Records the number of matching characters at the start of the user's text as
4135 a percentage of average length between the old and new text when the user
4136 navigates from a search query to a url. Example: Accidental search for
4137 google.con, then navigation to google.com.
4138 </summary>
4139 </histogram>
4140
4141 <histogram name="InstantExtended.PercentageMatchV2_URLtoQuery" units="%">
4142 <summary>
4143 Records the number of matching characters at the start of the user's text as
4144 a percentage of average length between the old and new text when the user
4145 navigates from a url to a search query.
4146 </summary>
4147 </histogram>
4148
4149 <histogram name="InstantExtended.PercentageMatchV2_URLtoURL" units="%">
4150 <summary>
4151 Records the number of matching characters at the start of the user's text as
4152 a percentage of average length between the old and new text when the user
4104 navigates from a url to another url. 4153 navigates from a url to another url.
4105 </summary> 4154 </summary>
4106 </histogram> 4155 </histogram>
4107 4156
4108 <histogram name="InstantExtended.PrefValue" enum="BooleanEnabled"> 4157 <histogram name="InstantExtended.PrefValue" enum="BooleanEnabled">
4109 <obsolete> 4158 <obsolete>
4110 Deprecated 2013-06. This preference has not been exposed or used for months, 4159 Deprecated 2013-06. This preference has not been exposed or used for months,
4111 and we do not plan to use it in the future. 4160 and we do not plan to use it in the future.
4112 </obsolete> 4161 </obsolete>
4113 <summary> 4162 <summary>
(...skipping 19302 matching lines...) Expand 10 before | Expand all | Expand 10 after
23416 <group name="Disabled" label="Neither extra webstore link is visible"/> 23465 <group name="Disabled" label="Neither extra webstore link is visible"/>
23417 <group name="FooterLink" label="Link in bottom right of footer"/> 23466 <group name="FooterLink" label="Link in bottom right of footer"/>
23418 <group name="PlusIcon" label="Plus icon in apps page"/> 23467 <group name="PlusIcon" label="Plus icon in apps page"/>
23419 <affected-histogram name="Extensions.AppLaunch"/> 23468 <affected-histogram name="Extensions.AppLaunch"/>
23420 <affected-histogram name="NewTabPage.DefaultPageType"/> 23469 <affected-histogram name="NewTabPage.DefaultPageType"/>
23421 </fieldtrial> 23470 </fieldtrial>
23422 23471
23423 </fieldtrials> 23472 </fieldtrials>
23424 23473
23425 </histogram-configuration> 23474 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698