| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index 1ac546861e9ddcabf02d7c34e6bc32d223e4bf25..0d2e7e0a34541821c0d4f866c05aa88704e70be2 100644
|
| --- a/content/child/child_thread.cc
|
| +++ b/content/child/child_thread.cc
|
| @@ -353,7 +353,7 @@ void ChildThread::OnChannelError() {
|
| base::MessageLoop::current()->Quit();
|
| }
|
|
|
| -void ChildThread::AcceptConnection(
|
| +void ChildThread::ConnectToService(
|
| const mojo::String& service_name,
|
| mojo::ScopedMessagePipeHandle message_pipe) {
|
| // By default, we don't expect incoming connections.
|
|
|