Index: chrome/service/service_utility_process_host.cc |
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc |
index 88240fa59cc5059b3ce217fcded6ed97d37d060a..d1a8a41bdd77817e14aea32c52fff29531bd49c1 100644 |
--- a/chrome/service/service_utility_process_host.cc |
+++ b/chrome/service/service_utility_process_host.cc |
@@ -232,7 +232,6 @@ bool ServiceUtilityProcessHost::StartProcess(bool no_sandbox) { |
bool ServiceUtilityProcessHost::Launch(base::CommandLine* cmd_line, |
bool no_sandbox) { |
if (no_sandbox) { |
- base::ProcessHandle process = base::kNullProcessHandle; |
cmd_line->AppendSwitch(switches::kNoSandbox); |
base::LaunchProcess(*cmd_line, base::LaunchOptions(), &handle_); |
} else { |