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

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

Issue 1352693002: Add a rappor metric for getting package names for custom tabs clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 2 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/browser/android/rappor/rappor_service_bridge.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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 <rappor-configuration> 7 <rappor-configuration>
8 <!-- 8 <!--
9 This file is used to generate a comprehensive list of Chrome rappor metrics 9 This file is used to generate a comprehensive list of Chrome rappor metrics
10 along with a detailed description for each histogram. See the design doc at 10 along with a detailed description for each histogram. See the design doc at
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 </rappor-metric> 290 </rappor-metric>
291 291
292 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url" 292 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url"
293 type="ETLD_PLUS_ONE"> 293 type="ETLD_PLUS_ONE">
294 <owner>miguelg@chromium.org</owner> 294 <owner>miguelg@chromium.org</owner>
295 <summary> 295 <summary>
296 The domain that issues a Notification permission prompt. 296 The domain that issues a Notification permission prompt.
297 </summary> 297 </summary>
298 </rappor-metric> 298 </rappor-metric>
299 299
300 <rappor-metric name="CustomTabs.ServiceClient.PackageName"
301 type="UMA_RAPPOR_TYPE">
302 <owner>yusufo@chromium.org</owner>
303 <summary>
304 The package name for a client that has connected through the custom tabs
305 service.
306 </summary>
307 </rappor-metric>
308
300 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> 309 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE">
301 <owner>timvolodine@chromium.org</owner> 310 <owner>timvolodine@chromium.org</owner>
302 <summary> 311 <summary>
303 The domain and registry of the URL that is using Device Motion API. 312 The domain and registry of the URL that is using Device Motion API.
304 </summary> 313 </summary>
305 </rappor-metric> 314 </rappor-metric>
306 315
307 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> 316 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE">
308 <owner>timvolodine@chromium.org</owner> 317 <owner>timvolodine@chromium.org</owner>
309 <summary> 318 <summary>
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 <flag>Bit 1: IS_REPEAT_VISIT</flag> 975 <flag>Bit 1: IS_REPEAT_VISIT</flag>
967 <summary> 976 <summary>
968 Bitfield of the state from an SSL warning interstitial. 977 Bitfield of the state from an SSL warning interstitial.
969 </summary> 978 </summary>
970 </flags-field> 979 </flags-field>
971 </rappor-metric> 980 </rappor-metric>
972 981
973 </rappor-metrics> 982 </rappor-metrics>
974 983
975 </rappor-configuration> 984 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/android/rappor/rappor_service_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698