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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: move IPH to MediaDownloadInProductManager Created 3 years, 4 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 12ad253ef3c1624e7f6be63be51da8550ef5ab90..8500d38c40fcb02818fafd47ea6fabfeef1d2245 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -5303,6 +5303,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>
@@ -5367,6 +5373,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>
@@ -5448,6 +5460,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>
@@ -5538,6 +5559,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>
@@ -5613,6 +5643,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