Chromium Code Reviews| Index: content/public/test/nested_message_pump_android.cc |
| diff --git a/content/public/test/nested_message_pump_android.cc b/content/public/test/nested_message_pump_android.cc |
| index 4328dfce826a89adcfd0067fd5f5b13eea0ca0fa..76d0b384123d1af4d4e24870ccc403b1c7031713 100644 |
| --- a/content/public/test/nested_message_pump_android.cc |
| +++ b/content/public/test/nested_message_pump_android.cc |
| @@ -151,9 +151,4 @@ void NestedMessagePumpAndroid::ScheduleDelayedWork( |
| } |
| } |
| -// static |
| -bool NestedMessagePumpAndroid::RegisterJni(JNIEnv* env) { |
| - return RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace content |