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

Unified Diff: shell/android/android_handler_loader.cc

Issue 930243006: Simplify the ApplicationLoader interface in preparation for changes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: ptal Created 5 years, 10 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
« no previous file with comments | « shell/android/android_handler_loader.h ('k') | shell/android/background_application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler_loader.cc
diff --git a/shell/android/android_handler_loader.cc b/shell/android/android_handler_loader.cc
index 1b334f317e2a5f917d242676b98c4f4383bceb72..abbf8d70746a597ec24a8c1d0f66e6b14e0dcc69 100644
--- a/shell/android/android_handler_loader.cc
+++ b/shell/android/android_handler_loader.cc
@@ -14,10 +14,8 @@ AndroidHandlerLoader::~AndroidHandlerLoader() {
}
void AndroidHandlerLoader::Load(
- ApplicationManager* manager,
const GURL& url,
- InterfaceRequest<Application> application_request,
- LoadCallback callback) {
+ InterfaceRequest<Application> application_request) {
DCHECK(application_request.is_pending());
application_.reset(
new ApplicationImpl(&android_handler_, application_request.Pass()));
« no previous file with comments | « shell/android/android_handler_loader.h ('k') | shell/android/background_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698