| Index: services/reaper/reaper_impl.cc
|
| diff --git a/services/reaper/reaper_impl.cc b/services/reaper/reaper_impl.cc
|
| index 08c33c0d8c50359d4706f17742be6713fc7cfe94..543367cf15e6c3373f1da282df1c641201918fed 100644
|
| --- a/services/reaper/reaper_impl.cc
|
| +++ b/services/reaper/reaper_impl.cc
|
| @@ -264,7 +264,8 @@ void ReaperImpl::CompleteTransfer(uint32 source_node_id,
|
| }
|
|
|
| bool ReaperImpl::ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) {
|
| connection->AddService<Reaper>(this);
|
| connection->AddService<Diagnostics>(this);
|
| return true;
|
|
|