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

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

Issue 2861843003: Add Flash to UKM entry list (Closed)
Patch Set: reword2 Created 3 years, 7 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 | « no previous file | 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 2017 The Chromium Authors. All rights reserved. 2 Copyright 2017 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 UKM metrics 8 This file is used to generate a comprehensive list of Chrome UKM metrics
9 along with a detailed description for each metric. 9 along with a detailed description for each metric.
10 --> 10 -->
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 </metric> 190 </metric>
191 <metric name="Events"> 191 <metric name="Events">
192 <summary> 192 <summary>
193 Bitfield representing the events that occurred during the Payment Request. 193 Bitfield representing the events that occurred during the Payment Request.
194 Values defined in the Event enum of 194 Values defined in the Event enum of
195 components/payments/core/journey_logger.h. 195 components/payments/core/journey_logger.h.
196 </summary> 196 </summary>
197 </metric> 197 </metric>
198 </event> 198 </event>
199 199
200 <event name="Plugins.FlashInstance">
201 <owner>tommycli@chromium.org</owner>
202 <summary>
203 Recorded when a Flash object instance is created.
204 </summary>
205 </event>
206
200 <event name="Translate"> 207 <event name="Translate">
201 <owner>hamelphi@chromium.org</owner> 208 <owner>hamelphi@chromium.org</owner>
202 <summary> 209 <summary>
203 Metrics related to a Translate event. These metrics are described in 210 Metrics related to a Translate event. These metrics are described in
204 TranslateEventProto. 211 TranslateEventProto.
205 </summary> 212 </summary>
206 <metric name="AcceptCount"/> 213 <metric name="AcceptCount"/>
207 <metric name="Country"/> 214 <metric name="Country"/>
208 <metric name="DeclineCount"/> 215 <metric name="DeclineCount"/>
209 <metric name="EventType"/> 216 <metric name="EventType"/>
210 <metric name="IgnoreCount"/> 217 <metric name="IgnoreCount"/>
211 <metric name="RankerResponse"/> 218 <metric name="RankerResponse"/>
212 <metric name="RankerVersion"/> 219 <metric name="RankerVersion"/>
213 <metric name="SourceLanguage"/> 220 <metric name="SourceLanguage"/>
214 <metric name="TargetLanguage"/> 221 <metric name="TargetLanguage"/>
215 </event> 222 </event>
216 223
217 </ukm-configuration> 224 </ukm-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698