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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: rebase + blink reformat Created 3 years, 8 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 | « tools/metrics/histograms/histograms.xml ('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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 </rappor-metric> 865 </rappor-metric>
866 866
867 <rappor-metric name="ContentSettings.PermissionRequested.ProtectedMedia.Url2" 867 <rappor-metric name="ContentSettings.PermissionRequested.ProtectedMedia.Url2"
868 type="LOW_FREQUENCY_ETLD_PLUS_ONE"> 868 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
869 <owner>xhwang@chromium.org</owner> 869 <owner>xhwang@chromium.org</owner>
870 <summary> 870 <summary>
871 The domain that issues a Protected Media Identifier permission prompt. 871 The domain that issues a Protected Media Identifier permission prompt.
872 </summary> 872 </summary>
873 </rappor-metric> 873 </rappor-metric>
874 874
875 <rappor-metric name="ContentSettings.PermissionRequested.Sensors.Url2"
876 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
877 <owner>rijubrata.bhaumik@intel.com</owner>
878 <summary>
879 The domain that requests using sensor permissions.
880 </summary>
881 </rappor-metric>
882
875 <rappor-metric name="ContentSettings.Plugins.AddedAllowException" 883 <rappor-metric name="ContentSettings.Plugins.AddedAllowException"
876 type="ETLD_PLUS_ONE"> 884 type="ETLD_PLUS_ONE">
877 <owner>tommycli@chromium.org</owner> 885 <owner>tommycli@chromium.org</owner>
878 <summary> 886 <summary>
879 The eTLD+1 of a URL that the user added to the ALLOW site exceptions for the 887 The eTLD+1 of a URL that the user added to the ALLOW site exceptions for the
880 Plugins Content Setting. 888 Plugins Content Setting.
881 </summary> 889 </summary>
882 </rappor-metric> 890 </rappor-metric>
883 891
884 <rappor-metric name="CustomTabs.ServiceClient.PackageName" 892 <rappor-metric name="CustomTabs.ServiceClient.PackageName"
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2459 <flag bit="1" label="IS_REPEAT_VISIT"/> 2467 <flag bit="1" label="IS_REPEAT_VISIT"/>
2460 <summary> 2468 <summary>
2461 Bitfield of the state from an SSL warning interstitial. 2469 Bitfield of the state from an SSL warning interstitial.
2462 </summary> 2470 </summary>
2463 </flags-field> 2471 </flags-field>
2464 </rappor-metric> 2472 </rappor-metric>
2465 2473
2466 </rappor-metrics> 2474 </rappor-metrics>
2467 2475
2468 </rappor-configuration> 2476 </rappor-configuration>
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698