Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: content/child/child_thread.cc

Issue 298653010: Change Shell / ShellClient to ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Support content Mojo stuff Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698