Index: ash/shell/shell_delegate_impl.cc |
=================================================================== |
--- ash/shell/shell_delegate_impl.cc (revision 137127) |
+++ ash/shell/shell_delegate_impl.cc (working copy) |
@@ -75,6 +75,9 @@ |
void ShellDelegateImpl::OpenMobileSetup() { |
} |
+void ShellDelegateImpl::ShowKeyboardOverlay(ui::AcceleratorTarget* target) { |
+} |
+ |
content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() { |
return Shell::GetInstance()->browser_context(); |
} |