| 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 f779bb24bc709bb8db3e78f17c49deccacf26de9..b9b97c52179015bb7dc61707bb95cab4df034dc5 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -275,7 +275,9 @@ bool ServiceUtilityProcessHost::Launch(base::CommandLine* cmd_line,
|
| }
|
|
|
| if (success)
|
| - process_connection_.Connect(process_.Handle(), std::move(parent_handle));
|
| + process_connection_.Connect(
|
| + process_.Handle(),
|
| + mojo::edk::ConnectionParams(std::move(parent_handle)));
|
|
|
| return success;
|
| }
|
|
|