| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index e644d62ab902c72b8f4eded9ac2a8aaae8a748ec..feccd6bc345d0bfc0d557998899515cb8e34b97c 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -110,6 +110,11 @@ bool TestShellDelegate::RotatePaneFocus(Shell::Direction direction) {
|
| void TestShellDelegate::ShowKeyboardOverlay() {
|
| }
|
|
|
| +keyboard::KeyboardControllerProxy*
|
| + TestShellDelegate::CreateKeyboardControllerProxy() {
|
| + return NULL;
|
| +}
|
| +
|
| void TestShellDelegate::ShowTaskManager() {
|
| }
|
|
|
|
|