Chromium Code Reviews| Index: ash/accelerators/accelerator_table.h |
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h |
| index d28b6fcbe1f652515451bd0106430f042de5bd7f..40278e7538cfbc47fceb068d5a15b110d808913f 100644 |
| --- a/ash/accelerators/accelerator_table.h |
| +++ b/ash/accelerators/accelerator_table.h |
| @@ -32,6 +32,8 @@ enum AcceleratorAction { |
| VOLUME_UP, |
| SHOW_OAK, |
| FOCUS_TRAY, |
| + SNAP_WINDOW_LEFT, |
|
Daniel Erat
2012/04/17 16:51:19
nit: mind re-alphabetizing this list?
sadrul
2012/04/25 16:04:21
Done.
|
| + SNAP_WINDOW_RIGHT, |
| #if defined(OS_CHROMEOS) |
| LOCK_SCREEN, |
| #endif |