Index: ui/events/event_utils.h |
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h |
index f1f5f34d2754a3567268a7a8580abdfd2246431a..b17f506842b56711975f166c1b7b272456ac1456 100644 |
--- a/ui/events/event_utils.h |
+++ b/ui/events/event_utils.h |
@@ -154,12 +154,6 @@ EVENTS_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event, |
float* y_offset_ordinal, |
int* finger_count); |
-// Returns whether natural scrolling should be used for touchpad. |
-EVENTS_EXPORT bool ShouldDefaultToNaturalScroll(); |
- |
-// Returns whether or not the internal display produces touch events. |
-EVENTS_EXPORT gfx::Display::TouchSupport GetInternalDisplayTouchSupport(); |
- |
#if defined(OS_WIN) |
EVENTS_EXPORT int GetModifiersFromACCEL(const ACCEL& accel); |
EVENTS_EXPORT int GetModifiersFromKeyState(); |