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

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

Issue 1130793006: Add UMA actions and histogram for the NPAPI InfoBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 b2cdfbb0c1db5ec9fe5747ca323f8f143595a091..c413d7005978a5b230a82d3187174876b2e5882d 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8210,6 +8210,86 @@ 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>Please enter the description of the metric.</description>
Bernhard Bauer 2015/05/12 10:03:13 Please do :)
Will Harris 2015/05/12 16:02:40 Done.
+</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.Removed.Java">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Java plugin that has been removed.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.Removed.QuickTime">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the QuickTime plugin that has been removed.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.Removed.Reader">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Reader plugin that has been removed.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.Removed.RealPlayer">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the RealPlayer plugin that has been removed.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.Removed.Shockwave">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Shockwave plugin that has been removed.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.Removed.Silverlight">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Silverlight 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="NPAPIRemovalInfobar.Shown.RemovedSoon.Java">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Java plugin that will be removed soon.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.RemovedSoon.QuickTime">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the QuickTime plugin that will be removed soon.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.RemovedSoon.Reader">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Reader plugin that will be removed soon.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.RemovedSoon.RealPlayer">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the RealPlayer plugin that will be removed soon.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.RemovedSoon.Shockwave">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Shockwave plugin that will be removed soon.</description>
+</action>
+
+<action name="NPAPIRemovalInfobar.Shown.RemovedSoon.Silverlight">
+ <owner>wfh@chromium.org</owner>
+ <description>Recorded when the NPAPI removal infobar is shown for the Silverlight plugin that will be 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>

Powered by Google App Engine
This is Rietveld 408576698