Index: ui/base/touch/touch_device.h |
diff --git a/ui/base/touch/touch_device.h b/ui/base/touch/touch_device.h |
index 544a5edee7eb25fc2918a593deab62520259e879..e6c715616d3ffde5bc258eb1bd70e7dad8be15c9 100644 |
--- a/ui/base/touch/touch_device.h |
+++ b/ui/base/touch/touch_device.h |
@@ -65,10 +65,6 @@ UI_BASE_EXPORT PointerType GetPrimaryPointerType(); |
UI_BASE_EXPORT int GetAvailableHoverTypes(); |
UI_BASE_EXPORT HoverType GetPrimaryHoverType(); |
-#if defined(OS_ANDROID) |
-bool RegisterTouchDeviceAndroid(JNIEnv* env); |
-#endif |
- |
} // namespace ui |
#endif // UI_BASE_TOUCH_TOUCH_DEVICE_H_ |