| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index a366862acc42584e6c093e4f4ae20c504dcd13f3..f2c3971fbff7d833cba7c569daa5f082aa730327 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -38,7 +38,7 @@ class Widget;
|
| }
|
|
|
| namespace keyboard {
|
| -class KeyboardControllerProxy;
|
| +class KeyboardUI;
|
| }
|
|
|
| namespace ash {
|
| @@ -107,9 +107,8 @@ class ASH_EXPORT ShellDelegate {
|
| // Invoked when the user uses Ctrl-Shift-Q to close chrome.
|
| virtual void Exit() = 0;
|
|
|
| - // Create a shell-specific keyboard::KeyboardControllerProxy
|
| - virtual keyboard::KeyboardControllerProxy*
|
| - CreateKeyboardControllerProxy() = 0;
|
| + // Create a shell-specific keyboard::KeyboardUI
|
| + virtual keyboard::KeyboardUI* CreateKeyboardUI() = 0;
|
|
|
| // Called when virtual keyboard has been activated/deactivated.
|
| virtual void VirtualKeyboardActivated(bool activated) = 0;
|
|
|