Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index 81b51c6bd1ad4e701a7997b9ca2620d905f01403..260cf067feda5ffd4a9e80196ff2a886df17b32b 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -123,6 +123,11 @@ bool ShellDelegateImpl::RotatePaneFocus(Shell::Direction direction) { |
void ShellDelegateImpl::ShowKeyboardOverlay() { |
} |
+keyboard::KeyboardControllerProxy* |
+ ShellDelegateImpl::CreateKeyboardControllerProxy() { |
+ return NULL; |
+} |
+ |
void ShellDelegateImpl::ShowTaskManager() { |
} |