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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. 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
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 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>
« no previous file with comments | « third_party/WebKit/public/web/WebSettings.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698