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_; |