Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index b2cdfbb0c1db5ec9fe5747ca323f8f143595a091..4add21756bea3100db27beb0358fc2850996371a 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -10307,6 +10307,45 @@ 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="Pepper_TCPConnect_Insecure"> |
+ <owner>raymes@chromium.org</owner> |
+ <owner>jww@chromium.org</owner> |
+ <owner>rsleevi@chromium.org</owner> |
+ <description> |
+ Number of Pepper TCP socket connect attempts from a plugin in an insecure |
+ origin. |
+ </description> |
+</action> |
+ |
+<action name="Pepper_TCPConnect_Secure"> |
+ <owner>raymes@chromium.org</owner> |
+ <owner>jww@chromium.org</owner> |
+ <owner>rsleevi@chromium.org</owner> |
+ <description> |
+ Number of Pepper TCP socket connect attempts from a plugin in a secure |
+ origin. |
+ </description> |
+</action> |
+ |
+<action name="Pepper_UDPBind_Insecure"> |
+ <owner>raymes@chromium.org</owner> |
+ <owner>jww@chromium.org</owner> |
+ <owner>rsleevi@chromium.org</owner> |
+ <description> |
+ Number of Pepper UDP socket bind attempts from a plugin in an insecure |
+ origin. |
+ </description> |
+</action> |
+ |
+<action name="Pepper_UDPBind_Secure"> |
+ <owner>raymes@chromium.org</owner> |
+ <owner>jww@chromium.org</owner> |
+ <owner>rsleevi@chromium.org</owner> |
+ <description> |
+ Number of Pepper UDP socket bind attempts from a plugin in a secure origin |
+ </description> |
+</action> |
+ |
<action name="PermissionBubbleIFrameRequestQueued"> |
<owner>gbillock@chromium.org</owner> |
<owner>leng@chromium.org</owner> |