| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 38164f2add87c748b9aabfde054fc95a76069f40..deedce88ccdec8c128d3ae895261d41293c657ca 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -89,6 +89,15 @@ enum UserMetricsAction {
|
| UMA_WINDOW_MAXIMIZE_BUTTON_MINIMIZE,
|
| UMA_WINDOW_MAXIMIZE_BUTTON_RESTORE,
|
| UMA_WINDOW_MAXIMIZE_BUTTON_SHOW_BUBBLE,
|
| +
|
| + // Thumbnail sized overview of windows triggered. This is a subset of
|
| + // UMA_WINDOW_SELECTION triggered by lingering during alt+tab cycles or
|
| + // pressing the overview key.
|
| + UMA_WINDOW_OVERVIEW,
|
| +
|
| + // Window selection started by beginning an alt+tab cycle or pressing the
|
| + // overview key. This does not count each step through an alt+tab cycle.
|
| + UMA_WINDOW_SELECTION,
|
| };
|
|
|
| enum AccessibilityNotificationVisibility {
|
|
|