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

Unified Diff: tools/metrics/actions/actions.xml

Issue 1544863003: Add Opt-in notification UMA for the Physical Web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 5cedb8d29df0e1b4c5fafbf21adb549a01180867..d0122c55146e52e705997b8cf6c5d3bc5c792917 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11173,6 +11173,51 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="PhysicalWeb.OptIn.DeclineButtonPressed">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The user has disabled the Physical Web feature via the settings.
+ </description>
+</action>
+
+<action name="PhysicalWeb.OptIn.EnableButtonPressed">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The enable button was pressed in the Physical Web opt-in activity.
+ </description>
+</action>
+
+<action name="PhysicalWeb.OptIn.HighPriorityNotificationShown">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ A high priority Physical Web opt-in notification was displayed.
+ </description>
+</action>
+
+<action name="PhysicalWeb.OptIn.MinPriorityNotificationShown">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ A min priority Physical Web opt-in notification was displayed.
+ </description>
+</action>
+
+<action name="PhysicalWeb.OptIn.NotificationPressed">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The user pressed the Physical Web opt-in notification.
+ </description>
+</action>
+
<action name="PhysicalWeb.Prefs.FeatureDisabled">
<owner>cco3@chromium.org</owner>
<owner>mattreynolds@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/UrlManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698