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

Unified Diff: ui/ozone/public/input_controller.h

Issue 881353002: Revert of Dump property values for the touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: ui/ozone/public/input_controller.h
diff --git a/ui/ozone/public/input_controller.h b/ui/ozone/public/input_controller.h
index c0f601667fa8af7568addd363633a5408e962c2c..4cb04fd95cc3d47deefc8a2a637b6199f5b6e95e 100644
--- a/ui/ozone/public/input_controller.h
+++ b/ui/ozone/public/input_controller.h
@@ -6,9 +6,7 @@
#define UI_OZONE_PUBLIC_INPUT_CONTROLLER_H_
#include <set>
-#include <string>
-#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "ui/ozone/ozone_export.h"
@@ -28,9 +26,6 @@
// script that is originally located at /opt/google/chrome/.
class OZONE_EXPORT InputController {
public:
- typedef base::Callback<void(scoped_ptr<std::string>)>
- GetTouchDeviceStatusReply;
-
InputController() {}
virtual ~InputController() {}
@@ -60,9 +55,6 @@
virtual void SetMouseSensitivity(int value) = 0;
virtual void SetPrimaryButtonRight(bool right) = 0;
- // Touch log collection.
- virtual void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply) = 0;
-
// Temporarily enable/disable Tap-to-click. Used to enhance the user
// experience in some use cases (e.g., typing, watching video).
virtual void SetTapToClickPaused(bool state) = 0;
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc ('k') | ui/ozone/public/input_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698