| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 0e6cdbb03cb4cbf78fc6d8e3d9aaea3d4add5f55..0cb445a19213ef42d964a224c0755615fadab922 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -2657,9 +2657,21 @@ 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">
|
| +<action name="Flash.PluginInstanceUnthrottledByClick">
|
| <owner>thestig@chromium.org</owner>
|
| - <description>Count of frame loads that also load PPAPI Flash.</description>
|
| + <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>
|
|
|
| <action name="FocusAppMenu">
|
|
|