Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 62b8a44b4846acc179bbefdaa9c9168cc0560576..f83bd378532dce99d3d5237ecd3620244c34f8ff 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> |