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

Unified Diff: shell/android/android_handler_loader.h

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
Patch Set: fix android Created 5 years, 11 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: shell/android/android_handler_loader.h
diff --git a/shell/android/android_handler_loader.h b/shell/android/android_handler_loader.h
index cae8a2f51e9d0149e42176f995aea7686d4f04e5..66961389562bd800b93b01d67a82668282c9c48b 100644
--- a/shell/android/android_handler_loader.h
+++ b/shell/android/android_handler_loader.h
@@ -24,7 +24,7 @@ class AndroidHandlerLoader : public ApplicationLoader {
// ApplicationLoader overrides:
void Load(ApplicationManager* manager,
const GURL& url,
- ShellPtr shell,
+ InterfaceRequest<Application> application_request,
LoadCallback callback) override;
void OnApplicationError(ApplicationManager* manager,
const GURL& url) override;

Powered by Google App Engine
This is Rietveld 408576698