Chromium Code Reviews| Index: ui/events/android/motion_event_android.cc |
| diff --git a/ui/events/android/motion_event_android.cc b/ui/events/android/motion_event_android.cc |
| index e14209b436e906c257a3200ccd957e94c8225aba..cd21f439232ee3570adac15828c8a77195d67486 100644 |
| --- a/ui/events/android/motion_event_android.cc |
| +++ b/ui/events/android/motion_event_android.cc |
| @@ -354,9 +354,4 @@ MotionEventAndroid::CachedPointer MotionEventAndroid::FromAndroidPointer( |
| return result; |
| } |
| -// static |
| -bool MotionEventAndroid::RegisterMotionEventAndroid(JNIEnv* env) { |
| - return JNI_MotionEvent::RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace content |