| Index: shell/application_manager/application_manager.h
|
| diff --git a/shell/application_manager/application_manager.h b/shell/application_manager/application_manager.h
|
| index c5cac19e04b895439d3b075f6e027ae4aa8b83b3..b33c1d1f73673d7310723472af76c1685b015fcf 100644
|
| --- a/shell/application_manager/application_manager.h
|
| +++ b/shell/application_manager/application_manager.h
|
| @@ -178,7 +178,10 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services);
|
|
|
| - void HandleFetchCallback(InterfaceRequest<Application> application_request,
|
| + void HandleFetchCallback(const GURL& requested_url,
|
| + const GURL& requestor_url,
|
| + InterfaceRequest<ServiceProvider> services,
|
| + ServiceProviderPtr exposed_services,
|
| NativeRunner::CleanupBehavior cleanup_behavior,
|
| scoped_ptr<Fetcher> fetcher);
|
|
|
|
|