Index: content/public/app/android_library_loader_hooks.h |
diff --git a/content/public/app/android_library_loader_hooks.h b/content/public/app/android_library_loader_hooks.h |
index c4bec7e39396da1a4135853ec0cf2611bd54f181..22fa60d3875796d714852816a7b6e9fa6c416a4c 100644 |
--- a/content/public/app/android_library_loader_hooks.h |
+++ b/content/public/app/android_library_loader_hooks.h |
@@ -16,7 +16,8 @@ namespace content { |
// exposed to the calling java code. This handles only registering the content |
// specific callbacks. Any application specific JNI bindings should happen |
// once the native library has fully loaded. |
-CONTENT_EXPORT bool RegisterLibraryLoaderEntryHook(JNIEnv* env); |
+CONTENT_EXPORT bool RegisterLibraryLoaderEntryHook(JNIEnv* env, |
+ bool lazy_jni_registration); |
// Call on exit to delete the AtExitManager which OnLibraryLoadedOnUIThread |
// created. |