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

Unified Diff: shell/android/android_handler_loader.h

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/BUILD.gn ('k') | shell/android/android_handler_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler_loader.h
diff --git a/shell/android/android_handler_loader.h b/shell/android/android_handler_loader.h
index 66961389562bd800b93b01d67a82668282c9c48b..1b209a4f5d7f6ad9d08af2e4b50d87205a762b57 100644
--- a/shell/android/android_handler_loader.h
+++ b/shell/android/android_handler_loader.h
@@ -22,10 +22,8 @@ class AndroidHandlerLoader : public ApplicationLoader {
private:
// ApplicationLoader overrides:
- void Load(ApplicationManager* manager,
- const GURL& url,
- InterfaceRequest<Application> application_request,
- LoadCallback callback) override;
+ void Load(const GURL& url,
+ InterfaceRequest<Application> application_request) override;
void OnApplicationError(ApplicationManager* manager,
const GURL& url) override;
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/android_handler_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698