| Index: mojo/shell/application_manager.h
|
| diff --git a/mojo/shell/application_manager.h b/mojo/shell/application_manager.h
|
| index e81f918d3e27b30e71dbc06f122ba71ff4fc8f0f..3512e80becfda0c0a166d7d61781ba16dcd313e4 100644
|
| --- a/mojo/shell/application_manager.h
|
| +++ b/mojo/shell/application_manager.h
|
| @@ -75,7 +75,7 @@ class ApplicationManager {
|
| ~ApplicationManager();
|
|
|
| // Loads a service if necessary and establishes a new client connection.
|
| - void ConnectToApplication(const GURL& application_url,
|
| + void ConnectToApplication(mojo::URLRequestPtr application_url,
|
| const GURL& requestor_url,
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services,
|
| @@ -155,7 +155,7 @@ class ApplicationManager {
|
| using URLToNativeOptionsMap = std::map<GURL, NativeRunnerFactory::Options>;
|
|
|
| void ConnectToApplicationInternal(
|
| - const GURL& application_url,
|
| + mojo::URLRequestPtr requested_url,
|
| const std::string& qualifier,
|
| const GURL& requestor_url,
|
| InterfaceRequest<ServiceProvider> services,
|
|
|