| Index: services/reaper/reaper_impl.h
|
| diff --git a/services/reaper/reaper_impl.h b/services/reaper/reaper_impl.h
|
| index b0ae2a45e65c8dc9fbc524e5f45810a4a8adfd30..0a77d6d25ff724c02039013880b3256ac911b499 100644
|
| --- a/services/reaper/reaper_impl.h
|
| +++ b/services/reaper/reaper_impl.h
|
| @@ -61,7 +61,8 @@ class ReaperImpl : public Diagnostics,
|
|
|
| // mojo::ApplicationDelegate
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override;
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override;
|
|
|
| // mojo::InterfaceFactory<Reaper>
|
| void Create(mojo::ApplicationConnection* connection,
|
|
|