Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: content/app/android/library_loader_hooks.cc

Issue 12700011: [Android] Allow JNI initialization on background thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Allow JNI initialization on background thread - rebase to fix landing problems Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/app/ChildProcessService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/library_loader_hooks.cc
diff --git a/content/app/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc
index 213f65ee46b7dea6923aa2032200af3a56e3df87..93a9d078ad20bec85671e1deb12fb5b6d185b95d 100644
--- a/content/app/android/library_loader_hooks.cc
+++ b/content/app/android/library_loader_hooks.cc
@@ -35,8 +35,8 @@ base::AtExitManager* g_at_exit_manager = NULL;
namespace content {
-static jint LibraryLoadedOnMainThread(JNIEnv* env, jclass clazz,
- jobjectArray init_command_line) {
+static jint LibraryLoaded(JNIEnv* env, jclass clazz,
+ jobjectArray init_command_line) {
InitNativeCommandLineFromJavaArray(env, init_command_line);
CommandLine* command_line = CommandLine::ForCurrentProcess();
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/app/ChildProcessService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698