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

Unified Diff: content/child/child_thread.cc

Issue 294833002: Mojo: more idiomatic C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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..8c3e1f0d6e452b8a41edb058be9d0f910d929556 100644
--- a/content/child/child_thread.cc
+++ b/content/child/child_thread.cc
@@ -354,7 +354,7 @@ void ChildThread::OnChannelError() {
}
void ChildThread::AcceptConnection(
- const mojo::String& service_name,
+ mojo::String service_name,
mojo::ScopedMessagePipeHandle message_pipe) {
// By default, we don't expect incoming connections.
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698