Index: content/shell/android/shell_library_loader.cc |
diff --git a/content/shell/android/shell_library_loader.cc b/content/shell/android/shell_library_loader.cc |
index 599e42177795038565709abc762694d0db244e27..3642a59e64a1efb5222c4dab4f7944f43e2a6634 100644 |
--- a/content/shell/android/shell_library_loader.cc |
+++ b/content/shell/android/shell_library_loader.cc |
@@ -18,7 +18,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 |