Chromium Code Reviews| Index: ui/base/touch/touch_device_android.cc |
| diff --git a/ui/base/touch/touch_device_android.cc b/ui/base/touch/touch_device_android.cc |
| index dcd713db5b7bdadd6bc7345ebe7801c7157ceb19..ff44f8c84819f66c45ce638743e13ac68476335a 100644 |
| --- a/ui/base/touch/touch_device_android.cc |
| +++ b/ui/base/touch/touch_device_android.cc |
| @@ -57,8 +57,4 @@ HoverType GetPrimaryHoverType() { |
| return HOVER_TYPE_NONE; |
| } |
| -bool RegisterTouchDeviceAndroid(JNIEnv* env) { |
| - return RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace ui |