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

Unified Diff: content/browser/child_process_launcher_helper_android.cc

Issue 2882823002: Moving some CPL logic to CPLH. (Closed)
Patch Set: Fixed warm-up and tests. 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
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ChildConnectionAllocator.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ChildConnectionAllocator.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698