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

Unified Diff: ash/sysui/shell_delegate_mus.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/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/shell_delegate_mus.cc
diff --git a/ash/sysui/shell_delegate_mus.cc b/ash/sysui/shell_delegate_mus.cc
index 8cf896b36b88cd181c747df799be8de66cf0b238..3fe99951f42ac175ddaf0f64c2c8744c67657d8d 100644
--- a/ash/sysui/shell_delegate_mus.cc
+++ b/ash/sysui/shell_delegate_mus.cc
@@ -154,20 +154,6 @@ keyboard::KeyboardUI* ShellDelegateMus::CreateKeyboardUI() {
return nullptr;
}
-void ShellDelegateMus::VirtualKeyboardActivated(bool activated) {
- NOTIMPLEMENTED();
-}
-
-void ShellDelegateMus::AddVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
- NOTIMPLEMENTED();
-}
-
-void ShellDelegateMus::RemoveVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
- NOTIMPLEMENTED();
-}
-
void ShellDelegateMus::OpenUrl(const GURL& url) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ash/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698