Index: ui/ozone/public/input_controller.cc |
diff --git a/ui/ozone/public/input_controller.cc b/ui/ozone/public/input_controller.cc |
index c3026909dccc573742dda6602ef82144f4453b0e..1dce350d00cc37f607c79a55891b59d7fd11ab25 100644 |
--- a/ui/ozone/public/input_controller.cc |
+++ b/ui/ozone/public/input_controller.cc |
@@ -36,7 +36,6 @@ |
void SetMouseSensitivity(int value) override; |
void SetPrimaryButtonRight(bool right) override; |
void SetTapToClickPaused(bool state) override; |
- void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply) override; |
void DisableInternalTouchpad() override; |
void EnableInternalTouchpad() override; |
void DisableInternalKeyboardExceptKeys( |
@@ -125,11 +124,6 @@ |
NOTIMPLEMENTED(); |
} |
-void StubInputController::GetTouchDeviceStatus( |
- const GetTouchDeviceStatusReply& reply) { |
- reply.Run(scoped_ptr<std::string>(new std::string)); |
-} |
- |
void StubInputController::DisableInternalTouchpad() { |
NOTIMPLEMENTED(); |
} |