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

Unified Diff: mojo/application_manager/application_loader.cc

Issue 513573002: Mojo: Fix two bugs in content handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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_loader.cc
diff --git a/mojo/application_manager/application_loader.cc b/mojo/application_manager/application_loader.cc
index 0c78c3275010ce43a722bbd476490f23b6b28c22..8831e0e4b366b4f152ace59c823475a7e306cb49 100644
--- a/mojo/application_manager/application_loader.cc
+++ b/mojo/application_manager/application_loader.cc
@@ -23,7 +23,8 @@ ApplicationLoader::SimpleLoadCallbacks::RegisterApplication() {
void ApplicationLoader::SimpleLoadCallbacks::LoadWithContentHandler(
const GURL& content_handle_url,
- URLResponsePtr content) {
+ URLResponsePtr url_response,
+ URLLoaderPtr url_loader) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698