Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 6370c946f7d4a73267270cb3b10c8b830e52f170..0e6cdbb03cb4cbf78fc6d8e3d9aaea3d4add5f55 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -2657,6 +2657,11 @@ 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="Flash.PluginInstanceCreated"> |
+ <owner>thestig@chromium.org</owner> |
+ <description>Count of frame loads that also load PPAPI Flash.</description> |
+</action> |
+ |
<action name="FocusAppMenu"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -2942,6 +2947,16 @@ 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="FrameLoad"> |
+ <owner>thestig@chromium.org</owner> |
+ <description>Count of successful frame loads to new pages.</description> |
+</action> |
+ |
+<action name="FrameLoadWithFlash"> |
+ <owner>thestig@chromium.org</owner> |
+ <description>Count of frame loads that also load PPAPI Flash.</description> |
+</action> |
+ |
<action name="Gesture_Overview"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |