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

Unified Diff: ash/virtual_keyboard_controller.cc

Issue 945983002: Make ui::InputDeviceEventObserver provide a default implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/virtual_keyboard_controller.h ('k') | chrome/browser/chromeos/system/pointer_device_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller.cc
diff --git a/ash/virtual_keyboard_controller.cc b/ash/virtual_keyboard_controller.cc
index d043dd32dfe2252fd05b1f50192a3edebad2c6f3..3ecc0bc271c1f3164438eebbd4b1c4ef2de29217 100644
--- a/ash/virtual_keyboard_controller.cc
+++ b/ash/virtual_keyboard_controller.cc
@@ -67,12 +67,6 @@ void VirtualKeyboardController::OnKeyboardDeviceConfigurationChanged() {
UpdateDevices();
}
-void VirtualKeyboardController::OnMouseDeviceConfigurationChanged() {
-}
-
-void VirtualKeyboardController::OnTouchpadDeviceConfigurationChanged() {
-}
-
void VirtualKeyboardController::ToggleIgnoreExternalKeyboard() {
ignore_external_keyboard_ = !ignore_external_keyboard_;
UpdateKeyboardEnabled();
« no previous file with comments | « ash/virtual_keyboard_controller.h ('k') | chrome/browser/chromeos/system/pointer_device_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698