| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 40d78e0cae0d3ceb1dbb215e067282cf0b777955..57a6368cb7dc5940f9d4952e8077c0256b7b4f9b 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -248,8 +248,7 @@ void LaunchOnLauncherThread(const NotifyCallback& callback,
|
| BootstrapSandboxManager* sandbox_manager =
|
| BootstrapSandboxManager::GetInstance();
|
| if (sandbox_manager->EnabledForSandbox(sandbox_type)) {
|
| - pre_exec_delegate =
|
| - sandbox_manager->sandbox()->NewClient(sandbox_type).Pass();
|
| + pre_exec_delegate = sandbox_manager->sandbox()->NewClient(sandbox_type);
|
| }
|
| }
|
| options.pre_exec_delegate = pre_exec_delegate.get();
|
|
|