| Index: shell/application_manager/shell_impl.h
|
| diff --git a/shell/application_manager/shell_impl.h b/shell/application_manager/shell_impl.h
|
| index 1748078911256b1a28dfbc49cdfe97c08f27443f..8b6f4e451c2e601cb9e992fff39040ae0b122aaf 100644
|
| --- a/shell/application_manager/shell_impl.h
|
| +++ b/shell/application_manager/shell_impl.h
|
| @@ -25,7 +25,8 @@ class ShellImpl : public Shell, public ErrorHandler {
|
|
|
| void InitializeApplication(Array<String> args);
|
|
|
| - void ConnectToClient(const GURL& requestor_url,
|
| + void ConnectToClient(const GURL& requested_url,
|
| + const GURL& requestor_url,
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services);
|
|
|
|
|