| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 15f61ae9b928c1124ccf465b9f68f1fe9bd4782c..51077db9b06944943fd47224a842c415a2de7bbb 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -10,6 +10,10 @@
|
| #include "ash/shell_delegate.h"
|
| #include "base/compiler_specific.h"
|
|
|
| +namespace keyboard {
|
| +class KeyboardControllerProxy;
|
| +}
|
| +
|
| namespace ash {
|
| namespace shell {
|
|
|
| @@ -44,6 +48,8 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| virtual void RestoreTab() OVERRIDE;
|
| virtual bool RotatePaneFocus(Shell::Direction direction) OVERRIDE;
|
| virtual void ShowKeyboardOverlay() OVERRIDE;
|
| + virtual keyboard::KeyboardControllerProxy*
|
| + CreateKeyboardControllerProxy() OVERRIDE;
|
| virtual void ShowTaskManager() OVERRIDE;
|
| virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE;
|
| virtual void ToggleSpokenFeedback(
|
|
|