| Index: testing/android/native_test/native_test_jni_onload.cc
|
| diff --git a/testing/android/native_test/native_test_jni_onload.cc b/testing/android/native_test/native_test_jni_onload.cc
|
| index 8fecc444c0ecd306abadfbc323ba02c80aea3269..9aff3922d407c9fa4b6fdf960b3442f206214c78 100644
|
| --- a/testing/android/native_test/native_test_jni_onload.cc
|
| +++ b/testing/android/native_test/native_test_jni_onload.cc
|
| @@ -20,7 +20,6 @@ bool Init() {
|
|
|
| } // namespace
|
|
|
| -
|
| // This is called by the VM when the shared library is first loaded.
|
| JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| std::vector<base::android::RegisterCallback> register_callbacks;
|
|
|