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

Unified Diff: chrome/browser/ui/ash/chrome_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 | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 81660f91d555c6eb8fe734c28a6cb38cd90eb75a..264b5f71af4879a2ad3ccef2d94f43c82d799c09 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -487,22 +487,6 @@ keyboard::KeyboardUI* ChromeShellDelegate::CreateKeyboardUI() {
return new ChromeKeyboardUI(ProfileManager::GetActiveUserProfile());
}
-void ChromeShellDelegate::VirtualKeyboardActivated(bool activated) {
- FOR_EACH_OBSERVER(ash::VirtualKeyboardStateObserver,
- keyboard_state_observer_list_,
- OnVirtualKeyboardStateChanged(activated));
-}
-
-void ChromeShellDelegate::AddVirtualKeyboardStateObserver(
- ash::VirtualKeyboardStateObserver* observer) {
- keyboard_state_observer_list_.AddObserver(observer);
-}
-
-void ChromeShellDelegate::RemoveVirtualKeyboardStateObserver(
- ash::VirtualKeyboardStateObserver* observer) {
- keyboard_state_observer_list_.RemoveObserver(observer);
-}
-
ash::SessionStateDelegate* ChromeShellDelegate::CreateSessionStateDelegate() {
return new SessionStateDelegateChromeos;
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698