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

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

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp file. :-/ 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/webui/ntp/ntp_resource_cache.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 </summary> 171 </summary>
172 </histogram> 172 </histogram>
173 173
174 <histogram name="Apps.AppLaunch" enum="AppLaunch"> 174 <histogram name="Apps.AppLaunch" enum="AppLaunch">
175 <summary> 175 <summary>
176 The number of times v2 packaged apps are launched grouped by 176 The number of times v2 packaged apps are launched grouped by
177 extension_misc::AppLaunchBuckets. See also Extensions.AppLaunch. 177 extension_misc::AppLaunchBuckets. See also Extensions.AppLaunch.
178 </summary> 178 </summary>
179 </histogram> 179 </histogram>
180 180
181 <histogram name="Apps.AppLauncherPromo" enum="AppLauncherPromo">
182 <summary>Interactions with the App Launcher promo dialog.</summary>
183 </histogram>
184
181 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess"> 185 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess">
182 <summary> 186 <summary>
183 Whether DnsConfigService::OnConfigChange actually corresponded to a change 187 Whether DnsConfigService::OnConfigChange actually corresponded to a change
184 in DnsConfig. 188 in DnsConfig.
185 </summary> 189 </summary>
186 </histogram> 190 </histogram>
187 191
188 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds"> 192 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds">
189 <summary> 193 <summary>
190 Duration of time between calls to DnsConfigService::InvalidateConfig. 194 Duration of time between calls to DnsConfigService::InvalidateConfig.
(...skipping 12140 matching lines...) Expand 10 before | Expand all | Expand 10 after
12331 <int value="21" label="APP_LIST_SEARCH"/> 12335 <int value="21" label="APP_LIST_SEARCH"/>
12332 </enum> 12336 </enum>
12333 12337
12334 <enum name="AppLaunchContainer" type="int"> 12338 <enum name="AppLaunchContainer" type="int">
12335 <int value="0" label="LAUNCH_WINDOW"/> 12339 <int value="0" label="LAUNCH_WINDOW"/>
12336 <int value="1" label="LAUNCH_PANEL"/> 12340 <int value="1" label="LAUNCH_PANEL"/>
12337 <int value="2" label="LAUNCH_TAB"/> 12341 <int value="2" label="LAUNCH_TAB"/>
12338 <int value="3" label="LAUNCH_NONE (v2 packaged apps)"/> 12342 <int value="3" label="LAUNCH_NONE (v2 packaged apps)"/>
12339 </enum> 12343 </enum>
12340 12344
12345 <enum name="AppLauncherPromo" type="int">
12346 <int value="0" label="Already installed"/>
12347 <int value="1" label="Shown"/>
12348 <int value="2" label="Dismissed"/>
12349 <int value="3" label="Learn more"/>
12350 </enum>
12351
12341 <enum name="AppPromoAction" type="int"> 12352 <enum name="AppPromoAction" type="int">
12342 <int value="0" label="PROMO_LAUNCH_APP"/> 12353 <int value="0" label="PROMO_LAUNCH_APP"/>
12343 <int value="1" label="PROMO_LAUNCH_WEB_STORE"/> 12354 <int value="1" label="PROMO_LAUNCH_WEB_STORE"/>
12344 <int value="2" label="PROMO_CLOSE"/> 12355 <int value="2" label="PROMO_CLOSE"/>
12345 <int value="3" label="PROMO_EXPIRE"/> 12356 <int value="3" label="PROMO_EXPIRE"/>
12346 <int value="4" label="PROMO_SEEN"/> 12357 <int value="4" label="PROMO_SEEN"/>
12347 </enum> 12358 </enum>
12348 12359
12349 <enum name="AppsPageDragSource" type="int"> 12360 <enum name="AppsPageDragSource" type="int">
12350 <int value="0" label="Same apps pane"/> 12361 <int value="0" label="Same apps pane"/>
(...skipping 7744 matching lines...) Expand 10 before | Expand all | Expand 10 after
20095 <group name="Disabled" label="Neither extra webstore link is visible"/> 20106 <group name="Disabled" label="Neither extra webstore link is visible"/>
20096 <group name="FooterLink" label="Link in bottom right of footer"/> 20107 <group name="FooterLink" label="Link in bottom right of footer"/>
20097 <group name="PlusIcon" label="Plus icon in apps page"/> 20108 <group name="PlusIcon" label="Plus icon in apps page"/>
20098 <affected-histogram name="Extensions.AppLaunch"/> 20109 <affected-histogram name="Extensions.AppLaunch"/>
20099 <affected-histogram name="NewTabPage.DefaultPageType"/> 20110 <affected-histogram name="NewTabPage.DefaultPageType"/>
20100 </fieldtrial> 20111 </fieldtrial>
20101 20112
20102 </fieldtrials> 20113 </fieldtrials>
20103 20114
20104 </histogram-configuration> 20115 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698