| Index: ui/events/android/key_event_utils.cc
|
| diff --git a/ui/events/android/key_event_utils.cc b/ui/events/android/key_event_utils.cc
|
| index af2f2c5b176a965dca45e2e438b56ac30e02c6c6..145736837c18045cfe4cad78d04c6c7844e4c070 100644
|
| --- a/ui/events/android/key_event_utils.cc
|
| +++ b/ui/events/android/key_event_utils.cc
|
| @@ -10,10 +10,6 @@ namespace ui {
|
| namespace events {
|
| namespace android {
|
|
|
| -bool RegisterKeyEvent(JNIEnv* env) {
|
| - return JNI_KeyEvent::RegisterNativesImpl(env);
|
| -}
|
| -
|
| base::android::ScopedJavaLocalRef<jobject> CreateKeyEvent(JNIEnv* env,
|
| int action,
|
| int key_code) {
|
|
|