Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 2134833002: ash: Move VirtualKeyboardStateObserver functionality to ShellObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell/shell_delegate_impl.h ('k') | ash/sysui/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index ca527810e861cae66947fda77f1838687b3ef4d3..ea221935d3590b2b8f4ab5ac96ba0ec1223a6068 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -204,14 +204,6 @@ keyboard::KeyboardUI* ShellDelegateImpl::CreateKeyboardUI() {
return new TestKeyboardUI;
}
-void ShellDelegateImpl::VirtualKeyboardActivated(bool activated) {}
-
-void ShellDelegateImpl::AddVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {}
-
-void ShellDelegateImpl::RemoveVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {}
-
void ShellDelegateImpl::OpenUrl(const GURL& url) {}
app_list::AppListPresenter* ShellDelegateImpl::GetAppListPresenter() {
« no previous file with comments | « ash/shell/shell_delegate_impl.h ('k') | ash/sysui/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698