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

Unified Diff: content/browser/mojo/mojo_application_host.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: content/browser/mojo/mojo_application_host.h
diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h
index d9c61a5c3671e9dbac7d6877df5d27f7573f1338..36815d49efa7d935a6fef18d8b72645ec20e08df 100644
--- a/content/browser/mojo/mojo_application_host.h
+++ b/content/browser/mojo/mojo_application_host.h
@@ -47,7 +47,7 @@ class MojoApplicationHost {
}
// mojo::Shell methods:
- virtual void Connect(const mojo::String& url,
+ virtual void Connect(mojo::String url,
mojo::ScopedMessagePipeHandle handle) OVERRIDE;
};

Powered by Google App Engine
This is Rietveld 408576698