Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: mojo/application_manager/application_manager.h

Issue 513573002: Mojo: Fix two bugs in content handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Darin comments, updates for Android toolchain Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/application_manager/application_manager.h
diff --git a/mojo/application_manager/application_manager.h b/mojo/application_manager/application_manager.h
index 66a6c081d4d9451d64d6da77fece0cb7cfde4ca3..c2e7a56f6a39891d51e42c09a9dfafb9c33ce359 100644
--- a/mojo/application_manager/application_manager.h
+++ b/mojo/application_manager/application_manager.h
@@ -120,11 +120,13 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
ServiceProviderPtr service_provider,
ScopedMessagePipeHandle* shell_handle);
- void LoadWithContentHandler(const GURL& content_url,
- const GURL& requestor_url,
- const GURL& content_handler_url,
- URLResponsePtr content,
- ServiceProviderPtr service_provider);
+ void LoadWithContentHandler(
+ const GURL& content_url,
+ const GURL& requestor_url,
+ const GURL& content_handler_url,
+ URLResponsePtr url_response,
+ URLLoaderPtr url_loader,
+ ServiceProviderPtr service_provider);
// Returns the Loader to use for a url (using default if not overridden.)
// The preference is to use a loader that's been specified for an url first,

Powered by Google App Engine
This is Rietveld 408576698