diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 22:14:09 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 22:14:09 +0000 |
commit | 319b944a6e684d26f800c577d722bd87e23ea34d (patch) | |
tree | 0b9f0f198b6dc74475aba2b08cb05361067872dd /ash/test/test_shell_delegate.cc | |
parent | 4ff6144b556f245b1627de65d9a903348baf99be (diff) | |
download | chromium_src-319b944a6e684d26f800c577d722bd87e23ea34d.zip chromium_src-319b944a6e684d26f800c577d722bd87e23ea34d.tar.gz chromium_src-319b944a6e684d26f800c577d722bd87e23ea34d.tar.bz2 |
Support Shift+Search+Arrows to navigate and Control to silence speech everywhere
Adds new ash keyboard shortcuts that mirror common ChromeVox keys,
for use everywhere else in the UI. Only activated when spoken feedback
is on. See bug for more info.
BUG=236922
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14674002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/test_shell_delegate.cc')
-rw-r--r-- | ash/test/test_shell_delegate.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc index f37f851..e0403a7 100644 --- a/ash/test/test_shell_delegate.cc +++ b/ash/test/test_shell_delegate.cc @@ -135,6 +135,9 @@ bool TestShellDelegate::ShouldAlwaysShowAccessibilityMenu() const { return false; } +void TestShellDelegate::SilenceSpokenFeedback() const { +} + app_list::AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() { return NULL; } |