| Index: testing/android/native_test_launcher.cc
|
| diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
|
| index 3952581c2a862f5cdb9a2ebb0721b9cb318d4eac..e60e3516adfd2065b414c0bb837e74f2db2dfa32 100644
|
| --- a/testing/android/native_test_launcher.cc
|
| +++ b/testing/android/native_test_launcher.cc
|
| @@ -191,10 +191,6 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| InstallHandlers();
|
|
|
| base::android::InitVM(vm);
|
| - JNIEnv* env = base::android::AttachCurrentThread();
|
| - if (!RegisterNativesImpl(env)) {
|
| - return -1;
|
| - }
|
|
|
| return JNI_VERSION_1_4;
|
| }
|
|
|