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

Unified Diff: content/browser/mojo/mojo_application_host.cc

Issue 304273004: Add name to services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get chrome to build 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.cc
diff --git a/content/browser/mojo/mojo_application_host.cc b/content/browser/mojo/mojo_application_host.cc
index 082564769043e9bf9ef7c9285ff2198e730137d8..c1a611e8b4b7a1c302cbb439e3ea1f94426d2423 100644
--- a/content/browser/mojo/mojo_application_host.cc
+++ b/content/browser/mojo/mojo_application_host.cc
@@ -62,6 +62,7 @@ bool MojoApplicationHost::Activate(IPC::Sender* sender,
void MojoApplicationHost::ServiceProviderImpl::ConnectToService(
const mojo::String& url,
+ const mojo::String& name,
mojo::ScopedMessagePipeHandle handle) {
// TODO(darin): Provide something meaningful here.
}
« no previous file with comments | « content/browser/mojo/mojo_application_host.h ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698