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

Unified Diff: content/browser/child_process_launcher_helper.h

Issue 2706933003: webapk: Avoid overwriting default CreationParams
Patch Set: cleanups Created 3 years, 10 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.h
diff --git a/content/browser/child_process_launcher_helper.h b/content/browser/child_process_launcher_helper.h
index b5828d0814bfdb9358b554473c61b98b7ddc2998..0f0ace853d54a0abba29e8d767cad2df52f1a10c 100644
--- a/content/browser/child_process_launcher_helper.h
+++ b/content/browser/child_process_launcher_helper.h
@@ -75,7 +75,8 @@ class ChildProcessLauncherHelper :
std::unique_ptr<base::CommandLine> command_line,
std::unique_ptr<SandboxedProcessLauncherDelegate> delegate,
const base::WeakPtr<ChildProcessLauncher>& child_process_launcher,
- bool terminate_on_shutdown);
+ bool terminate_on_shutdown,
+ int param_id);
// The methods below are defined in the order they are called.
@@ -180,6 +181,7 @@ class ChildProcessLauncherHelper :
const int child_process_id_;
const BrowserThread::ID client_thread_id_;
+ const int param_id_;
base::TimeTicks begin_launch_time_;
std::unique_ptr<base::CommandLine> command_line_;
std::unique_ptr<SandboxedProcessLauncherDelegate> delegate_;

Powered by Google App Engine
This is Rietveld 408576698