Index: content/browser/android/popup_touch_handle_drawable.cc |
diff --git a/content/browser/android/popup_touch_handle_drawable.cc b/content/browser/android/popup_touch_handle_drawable.cc |
index e5cce0370b29702348682db61cf7af3435347cb1..ee0b758cbd57533b93a02ce501e7969fbbc55635 100644 |
--- a/content/browser/android/popup_touch_handle_drawable.cc |
+++ b/content/browser/android/popup_touch_handle_drawable.cc |
@@ -99,9 +99,4 @@ float PopupTouchHandleDrawable::GetDrawableHorizontalPaddingRatio() const { |
return drawable_horizontal_padding_ratio_; |
} |
-// static |
-bool PopupTouchHandleDrawable::RegisterPopupTouchHandleDrawable(JNIEnv* env) { |
- return RegisterNativesImpl(env); |
-} |
- |
} // namespace content |