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

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

Issue 2394063004: media: Add RAPPOR for ProtectedMediaIdentifier permission (Closed)
Patch Set: Created 4 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/permissions/permission_uma_util.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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 823
824 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url2" 824 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url2"
825 type="LOW_FREQUENCY_ETLD_PLUS_ONE"> 825 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
826 <owner>dominickn@chromium.org</owner> 826 <owner>dominickn@chromium.org</owner>
827 <owner>miguelg@chromium.org</owner> 827 <owner>miguelg@chromium.org</owner>
828 <summary> 828 <summary>
829 The domain that issues a Notification permission prompt. 829 The domain that issues a Notification permission prompt.
830 </summary> 830 </summary>
831 </rappor-metric> 831 </rappor-metric>
832 832
833 <rappor-metric name="ContentSettings.PermissionRequested.ProtectedMedia.Url2"
834 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
835 <owner>xhwang@chromium.org</owner>
836 <summary>
837 The domain that issues a Protected Media Identifier permission prompt.
838 </summary>
839 </rappor-metric>
840
833 <rappor-metric name="ContentSettings.Plugins.AddedAllowException" 841 <rappor-metric name="ContentSettings.Plugins.AddedAllowException"
834 type="ETLD_PLUS_ONE"> 842 type="ETLD_PLUS_ONE">
835 <owner>tommycli@chromium.org</owner> 843 <owner>tommycli@chromium.org</owner>
836 <summary> 844 <summary>
837 The eTLD+1 of a URL that the user added to the ALLOW site exceptions for 845 The eTLD+1 of a URL that the user added to the ALLOW site exceptions for
838 the Plugins Content Setting. 846 the Plugins Content Setting.
839 </summary> 847 </summary>
840 </rappor-metric> 848 </rappor-metric>
841 849
842 <rappor-metric name="CustomTabs.ServiceClient.PackageName" 850 <rappor-metric name="CustomTabs.ServiceClient.PackageName"
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 <flag>Bit 1: IS_REPEAT_VISIT</flag> 2087 <flag>Bit 1: IS_REPEAT_VISIT</flag>
2080 <summary> 2088 <summary>
2081 Bitfield of the state from an SSL warning interstitial. 2089 Bitfield of the state from an SSL warning interstitial.
2082 </summary> 2090 </summary>
2083 </flags-field> 2091 </flags-field>
2084 </rappor-metric> 2092 </rappor-metric>
2085 2093
2086 </rappor-metrics> 2094 </rappor-metrics>
2087 2095
2088 </rappor-configuration> 2096 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/permissions/permission_uma_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698