| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index dc1e41324b29c97fbef9cfc9cd7e2b416ab6efec..82618d42c166b0a3ab1fa27310987e4d7c57ce08 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -46,6 +46,11 @@ enum AcceleratorAction {
|
| VOLUME_DOWN,
|
| VOLUME_MUTE,
|
| VOLUME_UP,
|
| + WINDOW_MAXIMIZE_RESTORE,
|
| + WINDOW_MINIMIZE,
|
| + WINDOW_POSITION_CENTER,
|
| + WINDOW_SNAP_LEFT,
|
| + WINDOW_SNAP_RIGHT,
|
| #if defined(OS_CHROMEOS)
|
| LOCK_SCREEN,
|
| OPEN_CROSH,
|
|
|