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

Unified Diff: content/browser/child_process_launcher_helper_android.cc

Issue 2706933003: webapk: Avoid overwriting default CreationParams
Patch Set: rebase 461342 Created 3 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
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 05fbf3b880b910ecbfde12a1ae23ef2c1034da8e..42b0185ae5b6bb5d3d30261a8d0696483fc99119 100644
--- a/content/browser/child_process_launcher_helper_android.cc
+++ b/content/browser/child_process_launcher_helper_android.cc
@@ -131,10 +131,9 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread(
}
}
- constexpr int param_key = 0; // TODO(boliu): Use this.
java_peer_.Reset(Java_ChildProcessLauncherHelper_create(
env, reinterpret_cast<intptr_t>(this),
- base::android::GetApplicationContext(), param_key, j_argv,
+ base::android::GetApplicationContext(), param_id_, j_argv,
child_process_id(), j_file_infos));
AddRef(); // Balanced by OnChildProcessStarted.
« no previous file with comments | « content/browser/child_process_launcher_helper.cc ('k') | content/browser/frame_host/navigation_entry_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698