| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index b2cdfbb0c1db5ec9fe5747ca323f8f143595a091..e8ab35320c6730b38d3f350b43257f9be02a20dd 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -12177,6 +12177,18 @@ 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="WindowSelector_ActiveWindowChanged">
|
| + <owner>tdanderson@chromium.org</owner>
|
| + <owner>bruthig@chromium.org</owner>
|
| + <description>
|
| + Recorded when the window that is active prior to entering overview mode is
|
| + different from the window that is active after exiting overview mode. Note
|
| + that only normal windows (such as browser and app windows) and panel windows
|
| + are considered, since these are the only window types shown in overview
|
| + mode.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="WindowSelector_Overview">
|
| <owner>tdanderson@chromium.org</owner>
|
| <owner>flackr@chromium.org</owner>
|
|
|