commit | e6ae78c3d9944167194a62c62dd0f88f6d7f3b10 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue May 15 19:14:24 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue May 15 19:14:24 2012 |
tree | 647f382d8c7017f84c5dfdb0722849d7e3273979 | |
parent | ec823786159a9d0f8948792177f4e851a6974d10 [diff] [blame] |
Remove some more OS_CHROMEOS from browser. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137200 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index f1d52bb7..7b44eae4 100644 --- a/ash/shell/shell_delegate_impl.cc +++ b/ash/shell/shell_delegate_impl.cc
@@ -75,6 +75,9 @@ void ShellDelegateImpl::OpenMobileSetup() { } +void ShellDelegateImpl::ShowKeyboardOverlay(ui::AcceleratorTarget* target) { +} + content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() { return Shell::GetInstance()->browser_context(); }