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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: mounir's comments. Created 3 years, 5 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index c40af94dc9af6d5c117608dfbc18e41e78071e2c..bde3f27232a559e52e5900600a9a7a362fdd3160 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -5266,6 +5266,12 @@ should be able to be added at any place in this file.
<description>The user triggered an event in in-product help.</description>
</action>
+<action name="InProductHelp.NotifyEvent.IPH_MediaDownload">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user triggered an event in in-product help.</description>
+</action>
+
<action name="InProductHelp.NotifyEvent.IPH_NewIncognitoTabTip">
<owner>edchin@chromium.org</owner>
<owner>gchatz@chromium.org</owner>
@@ -5330,6 +5336,12 @@ should be able to be added at any place in this file.
<description>The user triggered a used event in in-product help.</description>
</action>
+<action name="InProductHelp.NotifyUsedEvent.IPH_MediaDownload">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user triggered a used event in in-product help.</description>
+</action>
+
<action name="InProductHelp.NotifyUsedEvent.IPH_NewIncognitoTabTip">
<owner>edchin@chromium.org</owner>
<owner>gchatz@chromium.org</owner>
@@ -5411,6 +5423,15 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="InProductHelp.ShouldTriggerHelpUI.IPH_MediaDownload">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The feature engagement tracker tried to determine whether in-product help
+ should be shown to the user.
+ </description>
+</action>
+
<action name="InProductHelp.ShouldTriggerHelpUI.IPH_NewIncognitoTabTip">
<owner>edchin@chromium.org</owner>
<owner>gchatz@chromium.org</owner>
@@ -5501,6 +5522,15 @@ should be able to be added at any place in this file.
</description>
</action>
+<action
+ name="InProductHelp.ShouldTriggerHelpUIResult.NotTriggered.IPH_MediaDownload">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ A user action that could have triggered In-Product Help did not.
+ </description>
+</action>
+
<action
name="InProductHelp.ShouldTriggerHelpUIResult.NotTriggered.IPH_NewIncognitoTabTip">
<owner>edchin@chromium.org</owner>
@@ -5576,6 +5606,13 @@ should be able to be added at any place in this file.
<description>A user action triggered In-Product Help.</description>
</action>
+<action
+ name="InProductHelp.ShouldTriggerHelpUIResult.Triggered.IPH_MediaDownload">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>A user action triggered In-Product Help.</description>
+</action>
+
<action
name="InProductHelp.ShouldTriggerHelpUIResult.Triggered.IPH_NewIncognitoTabTip">
<owner>edchin@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698