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

Unified Diff: content/browser/child_process_launcher_helper_android.cc

Issue 2865173002: Removing the unused child process ID parameter in ChildProcessLauncher. (Closed)
Patch Set: 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/ChildProcessLauncher.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 fafbc5d54a1bde0c2eea81f1a9f17ab75225911a..f22ffd62f790df912cd229e41c652716b2b16307 100644
--- a/content/browser/child_process_launcher_helper_android.cc
+++ b/content/browser/child_process_launcher_helper_android.cc
@@ -132,8 +132,7 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread(
constexpr int param_key = 0; // TODO(boliu): Use this.
java_peer_.Reset(Java_ChildProcessLauncherHelper_create(
- env, reinterpret_cast<intptr_t>(this), param_key, j_argv,
- child_process_id(), j_file_infos));
+ env, reinterpret_cast<intptr_t>(this), param_key, j_argv, j_file_infos));
AddRef(); // Balanced by OnChildProcessStarted.
return Process();
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698