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

Unified Diff: mojo/public/cpp/shell/application.h

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: mojo/public/cpp/shell/application.h
diff --git a/mojo/public/cpp/shell/application.h b/mojo/public/cpp/shell/application.h
index 3e016d18114c45b15ee26a15137fd7b3564fb052..bd306d1ba4d28ce702a4d2b42cc9d96e8064d7b1 100644
--- a/mojo/public/cpp/shell/application.h
+++ b/mojo/public/cpp/shell/application.h
@@ -72,7 +72,7 @@ class Application : public internal::ServiceConnectorBase::Owner {
// ShellClient methods.
// Override this to dispatch to correct service when there's more than one.
// TODO(davemoore): Augment this with name registration.
- virtual void AcceptConnection(const mojo::String& url,
+ virtual void AcceptConnection(mojo::String url,
ScopedMessagePipeHandle client_handle)
MOJO_OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698