| 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.
|
| }
|
|
|