| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index 0d2e7e0a34541821c0d4f866c05aa88704e70be2..2c06e247ef1ad9a05527af8728ffeb4f08c9e6a5 100644
|
| --- a/content/child/child_thread.cc
|
| +++ b/content/child/child_thread.cc
|
| @@ -354,7 +354,8 @@ void ChildThread::OnChannelError() {
|
| }
|
|
|
| void ChildThread::ConnectToService(
|
| - const mojo::String& service_name,
|
| + const mojo::String& url,
|
| + const mojo::String& name,
|
| mojo::ScopedMessagePipeHandle message_pipe) {
|
| // By default, we don't expect incoming connections.
|
| NOTREACHED();
|
|
|