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

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

Issue 2308933002: Plugin Power Saver Tiny: Add RAPPOR metric for new ALLOW exceptions. (Closed)
Patch Set: Created 4 years, 3 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/ui/website_settings/website_settings.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.Plugins.AddedAllowException"
834 type="ETLD_PLUS_ONE">
835 <owner>tommycli@chromium.org</owner>
836 <summary>
837 The eTLD+1 of a URL that the user added to the ALLOW site exceptions for
838 the Plugins Content Setting.
839 </summary>
840 </rappor-metric>
841
833 <rappor-metric name="CustomTabs.ServiceClient.PackageName" 842 <rappor-metric name="CustomTabs.ServiceClient.PackageName"
834 type="UMA_RAPPOR_TYPE"> 843 type="UMA_RAPPOR_TYPE">
835 <owner>yusufo@chromium.org</owner> 844 <owner>yusufo@chromium.org</owner>
836 <summary> 845 <summary>
837 The package name for a client that has connected through the custom tabs 846 The package name for a client that has connected through the custom tabs
838 service. 847 service.
839 </summary> 848 </summary>
840 </rappor-metric> 849 </rappor-metric>
841 850
842 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> 851 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE">
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 <flag>Bit 1: IS_REPEAT_VISIT</flag> 2079 <flag>Bit 1: IS_REPEAT_VISIT</flag>
2071 <summary> 2080 <summary>
2072 Bitfield of the state from an SSL warning interstitial. 2081 Bitfield of the state from an SSL warning interstitial.
2073 </summary> 2082 </summary>
2074 </flags-field> 2083 </flags-field>
2075 </rappor-metric> 2084 </rappor-metric>
2076 2085
2077 </rappor-metrics> 2086 </rappor-metrics>
2078 2087
2079 </rappor-configuration> 2088 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698