| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index b2cdfbb0c1db5ec9fe5747ca323f8f143595a091..146fe66c6ccd9331c9d30097821e10f1716aecf3 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -8210,6 +8210,34 @@ should be able to be added at any place in this file.
|
| <description>Please enter the description of this user action.</description>
|
| </action>
|
|
|
| +<action name="NPAPIRemovalInfobar.LearnMore">
|
| + <owner>wfh@chromium.org</owner>
|
| + <description>
|
| + Recorded when the NPAPI removal infobar link is clicked.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="NPAPIRemovalInfobar.Shown">
|
| + <owner>wfh@chromium.org</owner>
|
| + <description>Recorded when the NPAPI removal infobar is shown.</description>
|
| +</action>
|
| +
|
| +<action name="NPAPIRemovalInfobar.Shown.Removed">
|
| + <owner>wfh@chromium.org</owner>
|
| + <description>
|
| + Recorded when the NPAPI removal infobar is shown for an NPAPI plugin that
|
| + has been removed.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="NPAPIRemovalInfobar.Shown.RemovedSoon">
|
| + <owner>wfh@chromium.org</owner>
|
| + <description>
|
| + Recorded when the NPAPI removal infobar is shown for an NPAPI plugin that
|
| + will been removed soon.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="NTPPromoClosed">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|