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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/permissions/permission_uma_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index df0cdbc58ca7a84e2ea57e1c6d90938579321df8..37f40d768534bd542a9eaeb71007c3305c82fda5 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -742,6 +742,23 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="ContentSettings.PermissionRequested.Midi.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ **DEPRECATED: replaced by ContentSettings.PermissionRequested.Midi.Url2
+ as of M53. The domain that requests using MIDI devices.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="ContentSettings.PermissionRequested.Midi.Url2"
+ type="LOW_FREQUENCY_ETLD_PLUS_ONE">
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The domain that requests using MIDI devices.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url"
type="ETLD_PLUS_ONE">
<owner>miguelg@chromium.org</owner>
« 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