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

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

Issue 2038403002: Add a new way to record Rappor metrics for MIDI permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: M52 -> M53 Created 4 years, 6 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 735
736 <rappor-metric name="ContentSettings.PermissionRequested.Geolocation.Url2" 736 <rappor-metric name="ContentSettings.PermissionRequested.Geolocation.Url2"
737 type="LOW_FREQUENCY_ETLD_PLUS_ONE"> 737 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
738 <owner>dominickn@chromium.org</owner> 738 <owner>dominickn@chromium.org</owner>
739 <owner>miguelg@chromium.org</owner> 739 <owner>miguelg@chromium.org</owner>
740 <summary> 740 <summary>
741 The domain that issues a Geolocation permission prompt. 741 The domain that issues a Geolocation permission prompt.
742 </summary> 742 </summary>
743 </rappor-metric> 743 </rappor-metric>
744 744
745 <rappor-metric name="ContentSettings.PermissionRequested.Midi.Url"
746 type="ETLD_PLUS_ONE">
747 <owner>toyoshim@chromium.org</owner>
748 <summary>
749 **DEPRECATED: replaced by ContentSettings.PermissionRequested.Midi.Url2
750 as of M53. The domain that requests using MIDI devices.
751 </summary>
752 </rappor-metric>
753
754 <rappor-metric name="ContentSettings.PermissionRequested.Midi.Url2"
755 type="LOW_FREQUENCY_ETLD_PLUS_ONE">
756 <owner>toyoshim@chromium.org</owner>
757 <summary>
758 The domain that requests using MIDI devices.
759 </summary>
760 </rappor-metric>
761
745 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url" 762 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url"
746 type="ETLD_PLUS_ONE"> 763 type="ETLD_PLUS_ONE">
747 <owner>miguelg@chromium.org</owner> 764 <owner>miguelg@chromium.org</owner>
748 <summary> 765 <summary>
749 **DEPRECATED: replaced by 766 **DEPRECATED: replaced by
750 ContentSettings.PermissionRequested.Notifications.Url2 as of M52. The 767 ContentSettings.PermissionRequested.Notifications.Url2 as of M52. The
751 domain that issues a Notification permission prompt. 768 domain that issues a Notification permission prompt.
752 </summary> 769 </summary>
753 </rappor-metric> 770 </rappor-metric>
754 771
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1901 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1885 <summary> 1902 <summary>
1886 Bitfield of the state from an SSL warning interstitial. 1903 Bitfield of the state from an SSL warning interstitial.
1887 </summary> 1904 </summary>
1888 </flags-field> 1905 </flags-field>
1889 </rappor-metric> 1906 </rappor-metric>
1890 1907
1891 </rappor-metrics> 1908 </rappor-metrics>
1892 1909
1893 </rappor-configuration> 1910 </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