Chromium Code Reviews| Index: ui/aura/desktop_host_linux.cc |
| =================================================================== |
| --- ui/aura/desktop_host_linux.cc (revision 108629) |
| +++ ui/aura/desktop_host_linux.cc (working copy) |
| @@ -195,6 +195,7 @@ |
| case ui::VKEY_BACK: |
| case ui::VKEY_RETURN: |
| case ui::VKEY_ESCAPE: |
| + case ui::VKEY_SPACE: |
| case ui::VKEY_TAB: |
| // In addition to the keys listed at MSDN, we include other |
| // graphic-character and numpad keys. |