Index: shell/application_manager/application_manager.h |
diff --git a/shell/application_manager/application_manager.h b/shell/application_manager/application_manager.h |
index ec49d706e7e134648b8e8fcce3a9f4b1f7e7bd5d..9e3da2d97c769a945fdaa7683ddec717a2434401 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); |