summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 15:14:19 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 15:14:19 +0000
commitd24ce2ca870982c101c25f9f3efb924dd66263da (patch)
tree33a09a96cd5d14097d51e379dfd8914c134122c3 /ash/shell_delegate.h
parent32550f9301177b954f4f4f5619680de81383388c (diff)
downloadchromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.zip
chromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.tar.gz
chromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.tar.bz2
Add window overview mode behind --ash-enable-overview-mode flag to F5 key.
BUG=263477 TEST=WindowSelector.* TEST=Enable --ash-enable-overview-mode and open several windows. Press F5 ([ ]] key) and you should see overview of all windows. Click a win dow to activate it. Review URL: https://chromiumcodereview.appspot.com/20415002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 0e7fcb4..2bf08c1 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -60,6 +60,7 @@ enum UserMetricsAction {
UMA_ACCEL_NEWTAB_T,
UMA_ACCEL_NEXTWINDOW_F5,
UMA_ACCEL_NEXTWINDOW_TAB,
+ UMA_ACCEL_OVERVIEW_F5,
UMA_ACCEL_PREVWINDOW_F5,
UMA_ACCEL_PREVWINDOW_TAB,
UMA_ACCEL_EXIT_FIRST_Q,