Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index e17f646d7352d0aac9a229ed7af03cdf6afcaada..e43f12780db9e727822cf199c0c2f9bdcf7c3c2f 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -2659,7 +2659,24 @@ should be able to be added at any place in this file. |
| <action name="Flash.PluginInstanceCreated"> |
| <owner>thestig@chromium.org</owner> |
| - <description>Count of frame loads that also load PPAPI Flash.</description> |
| + <description>Count of Flash plugin instances.</description> |
| +</action> |
| + |
| +<action name="Flash.PluginInstanceUnthrottledByClick"> |
| + <owner>thestig@chromium.org</owner> |
| + <description> |
| + Count of peripheral Flash plugin instances later marked essential by a user |
| + click. |
| + </description> |
| +</action> |
| + |
| +<action name="Flash.PluginInstanceUnthrottledByWhitelist"> |
| + <owner>thestig@chromium.org</owner> |
| + <description> |
| + Count of peripheral Flash plugin instances later marked essential by a |
| + retroactive update of the whitelist. These retroactive updates are usually |
| + happen at the speed of IPC and look instantaneous. |
| + </description> |
| </action> |
|
Ilya Sherman
2014/11/05 22:36:19
Are you sure you want to log these as actions rath
tommycli
2014/11/06 00:36:05
I thought these might be 'actions' since not every
Ilya Sherman
2014/11/06 03:30:30
The idea of building a histogram would be to have
tommycli
2014/11/06 21:16:13
Okay that was very helpful.
I made it a histogram
|
| <action name="FocusAppMenu"> |