summaryrefslogtreecommitdiffstats
path: root/ash/caps_lock_delegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Handle Caps Lock short cut (Shift+Search) in ash [part 1 of 2].yusukes@chromium.org2012-01-181-0/+22
Currently it's handled in chrome/browser/chromeos/system_key_event_listener.cc by checking the X event loop directly, but for Aura, it'd be better to remove the X dependency by moving the code to ash/accelerators/ since any class except aura::RootWindowHost should not handle an X event directly. Part 2 of 2: https://chromiumcodereview.appspot.com/9225004/ BUG=110129 TEST=ran aura_shell_unittests Review URL: http://codereview.chromium.org/9242003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118035 0039d316-1c4b-4281-b951-d872f2087c98