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

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

Issue 2619663002: Add a new rappor metric to record all package names excluding GSA (Closed)
Patch Set: FB fix Created 3 years, 11 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/android/java/src/org/chromium/chrome/browser/gsa/GSAState.java ('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 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome rappor metrics 8 This file is used to generate a comprehensive list of Chrome rappor metrics
9 along with a detailed description for each histogram. See the design doc at 9 along with a detailed description for each histogram. See the design doc at
10 http://www.chromium.org/developers/design-documents/rappor 10 http://www.chromium.org/developers/design-documents/rappor
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 874
875 <rappor-metric name="CustomTabs.ServiceClient.PackageName" 875 <rappor-metric name="CustomTabs.ServiceClient.PackageName"
876 type="UMA_RAPPOR_TYPE"> 876 type="UMA_RAPPOR_TYPE">
877 <owner>yusufo@chromium.org</owner> 877 <owner>yusufo@chromium.org</owner>
878 <summary> 878 <summary>
879 The package name for a client that has connected through the custom tabs 879 The package name for a client that has connected through the custom tabs
880 service. 880 service.
881 </summary> 881 </summary>
882 </rappor-metric> 882 </rappor-metric>
883 883
884 <rappor-metric name="CustomTabs.ServiceClient.PackageNameThirdParty"
885 type="UMA_RAPPOR_TYPE">
886 <owner>yusufo@chromium.org</owner>
887 <summary>
888 The package name for a client that has connected through the custom tabs
889 service excluding Google Search App.
890 </summary>
891 </rappor-metric>
892
884 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> 893 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE">
885 <owner>timvolodine@chromium.org</owner> 894 <owner>timvolodine@chromium.org</owner>
886 <summary> 895 <summary>
887 The domain and registry of the URL that is using Device Motion API. 896 The domain and registry of the URL that is using Device Motion API.
888 </summary> 897 </summary>
889 </rappor-metric> 898 </rappor-metric>
890 899
891 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> 900 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE">
892 <owner>timvolodine@chromium.org</owner> 901 <owner>timvolodine@chromium.org</owner>
893 <summary> 902 <summary>
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 <flag bit="1" label="IS_REPEAT_VISIT"/> 2371 <flag bit="1" label="IS_REPEAT_VISIT"/>
2363 <summary> 2372 <summary>
2364 Bitfield of the state from an SSL warning interstitial. 2373 Bitfield of the state from an SSL warning interstitial.
2365 </summary> 2374 </summary>
2366 </flags-field> 2375 </flags-field>
2367 </rappor-metric> 2376 </rappor-metric>
2368 2377
2369 </rappor-metrics> 2378 </rappor-metrics>
2370 2379
2371 </rappor-configuration> 2380 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/gsa/GSAState.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698