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

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

Issue 1547543003: Record UMA for Physical Web settings fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UMA for location permission request 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/preferences/privacy/PhysicalWebPreferenceFragment.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 39726545d294a43e9239f1f4097f123eb10769fd..5cedb8d29df0e1b4c5fafbf21adb549a01180867 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11165,13 +11165,57 @@ should be able to be added at any place in this file.
</action>
<action name="PhysicalWeb.NotificationPressed">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of the metric.</description>
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ A notification advertising nearby Physical Web URLs was pressed.
+ </description>
+</action>
+
+<action name="PhysicalWeb.Prefs.FeatureDisabled">
+ <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.Prefs.FeatureEnabled">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The user has enabled the Physical Web feature via the settings.
+ </description>
+</action>
+
+<action name="PhysicalWeb.Prefs.LocationDenied">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The user denied location permission when enabling the Physical Web feature
+ via the settings.
+ </description>
+</action>
+
+<action name="PhysicalWeb.Prefs.LocationGranted">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>
+ The user granted location permission when enabling the Physical Web feature
+ via the settings.
+ </description>
</action>
<action name="PhysicalWeb.UrlSelected">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of the metric.</description>
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <description>A Physical Web URL was selected.</description>
</action>
<action name="PlatformVerificationAccepted">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PhysicalWebPreferenceFragment.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698