| 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 14b123029ac37223e8cf5c2e606fd400ceeb4f16..bca147b8485f235e134d99b432377e943a287130 100644
|
| --- a/content/browser/android/popup_touch_handle_drawable.cc
|
| +++ b/content/browser/android/popup_touch_handle_drawable.cc
|
| @@ -100,9 +100,4 @@ float PopupTouchHandleDrawable::GetDrawableHorizontalPaddingRatio() const {
|
| return drawable_horizontal_padding_ratio_;
|
| }
|
|
|
| -// static
|
| -bool PopupTouchHandleDrawable::RegisterPopupTouchHandleDrawable(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace content
|
|
|