| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index b7b60e33ab6fa053d8e6e2ace1ec7e0dc6f30635..79488c9c103273436c7d1f5909cefddf053a603d 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -125,8 +125,8 @@ enum AcceleratorAction {
|
| VOLUME_UP,
|
| WINDOW_MINIMIZE,
|
| WINDOW_POSITION_CENTER,
|
| - WINDOW_SNAP_LEFT,
|
| - WINDOW_SNAP_RIGHT,
|
| + WINDOW_SNAP_OR_DOCK_LEFT,
|
| + WINDOW_SNAP_OR_DOCK_RIGHT,
|
| #if defined(OS_CHROMEOS)
|
| ADD_REMOVE_DISPLAY,
|
| TOGGLE_MIRROR_MODE,
|
|
|