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

Unified Diff: content/browser/child_process_launcher_helper_android.cc

Issue 2882823002: Moving some CPL logic to CPLH. (Closed)
Patch Set: Moving some CPL logic to CPLH. Created 3 years, 7 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
Index: content/browser/child_process_launcher_helper_android.cc
diff --git a/content/browser/child_process_launcher_helper_android.cc b/content/browser/child_process_launcher_helper_android.cc
index 3879d9604b8c2d32a690f2bbd36e45f636e66d53..22437ad8594414a1fbb06a3c65292abc6b71be57 100644
--- a/content/browser/child_process_launcher_helper_android.cc
+++ b/content/browser/child_process_launcher_helper_android.cc
@@ -131,7 +131,7 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread(
}
constexpr int param_key = 0; // TODO(boliu): Use this.
- java_peer_.Reset(Java_ChildProcessLauncherHelper_create(
+ java_peer_.Reset(Java_ChildProcessLauncherHelper_createAndStart(
env, reinterpret_cast<intptr_t>(this), param_key, j_argv, j_file_infos));
AddRef(); // Balanced by OnChildProcessStarted.

Powered by Google App Engine
This is Rietveld 408576698