| Index: shell/external_application_listener_unittest.cc
|
| diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc
|
| index 9c50fbdfb25c208f95b6a51a27f0dcfe4295a12c..a0d6deee2b1e8e7ee15f078a2c645ebf4c93d4de 100644
|
| --- a/shell/external_application_listener_unittest.cc
|
| +++ b/shell/external_application_listener_unittest.cc
|
| @@ -99,11 +99,11 @@ class StubShellImpl : public Shell {
|
| ~StubShellImpl() override {}
|
|
|
| private:
|
| - void ConnectToApplication(const String& requestor_url,
|
| + void ConnectToApplication(const String& app_url,
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services) override {
|
| - application_->AcceptConnection(requestor_url, services.Pass(),
|
| - exposed_services.Pass());
|
| + application_->AcceptConnection("", services.Pass(), exposed_services.Pass(),
|
| + app_url);
|
| }
|
|
|
| ApplicationPtr application_;
|
|
|