diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 21:56:56 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 21:56:56 +0000 |
commit | b509fc3148486853129755c2daaf17847f14ccae (patch) | |
tree | 75ed8ab59caae83bbf6788ec7dad7da776052284 /ash/shell/shell_delegate_impl.cc | |
parent | 22d2ba7a76e1492ea861e124a46e5c7d46098361 (diff) | |
download | chromium_src-b509fc3148486853129755c2daaf17847f14ccae.zip chromium_src-b509fc3148486853129755c2daaf17847f14ccae.tar.gz chromium_src-b509fc3148486853129755c2daaf17847f14ccae.tar.bz2 |
Make the keyboard overlay handle close shortcuts in JavaScript code.
The aim of this change is to remove the dependency to chrome/browser/ui/views/accelerator_table.cc
as a preparation for moving the keyboard overlay code to src/ash.
BUG=124222
TEST=Manually checked that the keyboard overlay is closed with shrotcut keys.
Review URL: https://chromiumcodereview.appspot.com/10434012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/shell_delegate_impl.cc')
-rw-r--r-- | ash/shell/shell_delegate_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index 7b44eae..957852e 100644 --- a/ash/shell/shell_delegate_impl.cc +++ b/ash/shell/shell_delegate_impl.cc @@ -75,7 +75,7 @@ void ShellDelegateImpl::OpenCrosh() { void ShellDelegateImpl::OpenMobileSetup() { } -void ShellDelegateImpl::ShowKeyboardOverlay(ui::AcceleratorTarget* target) { +void ShellDelegateImpl::ShowKeyboardOverlay() { } content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() { |