Index: trunk/src/content/child/child_thread.cc |
=================================================================== |
--- trunk/src/content/child/child_thread.cc (revision 272983) |
+++ trunk/src/content/child/child_thread.cc (working copy) |
@@ -353,7 +353,7 @@ |
base::MessageLoop::current()->Quit(); |
} |
-void ChildThread::ConnectToService( |
+void ChildThread::AcceptConnection( |
const mojo::String& service_name, |
mojo::ScopedMessagePipeHandle message_pipe) { |
// By default, we don't expect incoming connections. |