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

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

Issue 1132093003: Add metrics to record TCP/UDP connections made from Flash (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..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>

Powered by Google App Engine
This is Rietveld 408576698