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

Unified Diff: ash/test/test_shell_delegate.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/test/test_shell_delegate.h ('k') | ash/wm/lock_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 495959d6a3723eed5026e75e08b569d68f4e0ae3..5e768ef53d23eab2a5ec261af98cbf13ccad207f 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -148,22 +148,6 @@ keyboard::KeyboardUI* TestShellDelegate::CreateKeyboardUI() {
return new TestKeyboardUI;
}
-void TestShellDelegate::VirtualKeyboardActivated(bool activated) {
- FOR_EACH_OBSERVER(ash::VirtualKeyboardStateObserver,
- keyboard_state_observer_list_,
- OnVirtualKeyboardStateChanged(activated));
-}
-
-void TestShellDelegate::AddVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
- keyboard_state_observer_list_.AddObserver(observer);
-}
-
-void TestShellDelegate::RemoveVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
- keyboard_state_observer_list_.RemoveObserver(observer);
-}
-
void TestShellDelegate::OpenUrl(const GURL& url) {}
app_list::AppListPresenter* TestShellDelegate::GetAppListPresenter() {
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | ash/wm/lock_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698