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

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

Issue 687273004: Measure the number of frame loads with Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments, add more actions Created 6 years, 2 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 6370c946f7d4a73267270cb3b10c8b830e52f170..9519d996aa0212aa54413e6f4818085adab5f912 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 loads PPAPI Flash.</description>
Charlie Reis 2014/10/31 16:55:45 nit: also load
Lei Zhang 2014/11/01 00:51:47 Done.
+</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 frame loads.</description>
+</action>
+
+<action name="FrameLoadWithFlash">
+ <owner>thestig@chromium.org</owner>
+ <description>Count of frame loads that also loads PPAPI Flash.</description>
Charlie Reis 2014/10/31 16:55:45 nit: also load
Lei Zhang 2014/11/01 00:51:47 Done.
+</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>
« content/browser/web_contents/web_contents_impl.cc ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698