Index: content/shell/android/linker_test_apk/content_linker_test_android.cc |
diff --git a/content/shell/android/linker_test_apk/content_linker_test_android.cc b/content/shell/android/linker_test_apk/content_linker_test_android.cc |
index 42c01d0e9407bcb1b7c47f558459af1ed070f02f..261f7b327bee67ba4f1270f65dc675c52c55640d 100644 |
--- a/content/shell/android/linker_test_apk/content_linker_test_android.cc |
+++ b/content/shell/android/linker_test_apk/content_linker_test_android.cc |
@@ -19,7 +19,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { |
base::android::InitVM(vm); |
JNIEnv* env = base::android::AttachCurrentThread(); |
- if (!content::RegisterLibraryLoaderEntryHook(env)) |
+ if (!content::RegisterLibraryLoaderEntryHook(env, true)) |
return -1; |
// To be called only from the UI thread. If loading the library is done on |