| Index: shell/application_manager/shell_impl.h
|
| diff --git a/shell/application_manager/shell_impl.h b/shell/application_manager/shell_impl.h
|
| index c8af66b95b5f890c0588f2715a728217ce9a7c3a..e513367cb35fd3bfa53f8c0daeedb039ed1a0f10 100644
|
| --- a/shell/application_manager/shell_impl.h
|
| +++ b/shell/application_manager/shell_impl.h
|
| @@ -35,11 +35,9 @@ class ShellImpl : public mojo::Shell {
|
|
|
| void InitializeApplication(mojo::Array<mojo::String> args);
|
|
|
| - void ConnectToClient(
|
| - const GURL& requested_url,
|
| - const GURL& requestor_url,
|
| - mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| - mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services);
|
| + void ConnectToClient(const GURL& requested_url,
|
| + const GURL& requestor_url,
|
| + mojo::InterfaceRequest<mojo::ServiceProvider> services);
|
|
|
| mojo::Application* application() { return application_.get(); }
|
| const Identity& identity() const { return identity_; }
|
|
|