| Index: content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| diff --git a/content/shell/android/browsertests_apk/content_browser_tests_android.cc b/content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| index b9792dc8693684e213e697b8e2cf5b0a563b0adc..86146b9974d664f5b8961f6630915fd06159e455 100644
|
| --- a/content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| +++ b/content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| @@ -101,7 +101,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;
|
|
|
| if (!content::android::RegisterShellJni(env))
|
|
|