Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index b2cdfbb0c1db5ec9fe5747ca323f8f143595a091..237bf0f9929ace100ff15a1a26743bcb53c8f793 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -10307,6 +10307,26 @@ 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>Please list the metric's owners. Add more owner tags as needed.</owner> |
jww
2015/05/12 02:47:48
You should fill in <owner> and <description> for e
raymes
2015/05/12 04:56:44
Will do - I was waiting for the other parts of the
|
+ <description>Please enter the description of the metric.</description> |
+</action> |
+ |
+<action name="Pepper_TCPConnect_Secure"> |
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <description>Please enter the description of the metric.</description> |
+</action> |
+ |
+<action name="Pepper_UDPConnect_Insecure"> |
jww
2015/05/12 02:47:48
I don't see where the two UDP actions are ever rec
jww
2015/05/12 05:10:04
Scratch that. Not sure how I missed it the first t
|
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <description>Please enter the description of the metric.</description> |
+</action> |
+ |
+<action name="Pepper_UDPConnect_Secure"> |
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <description>Please enter the description of the metric.</description> |
+</action> |
+ |
<action name="PermissionBubbleIFrameRequestQueued"> |
<owner>gbillock@chromium.org</owner> |
<owner>leng@chromium.org</owner> |