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

Unified Diff: shell/android/ui_application_loader_android.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/ui_application_loader_android.h
diff --git a/shell/android/ui_application_loader_android.h b/shell/android/ui_application_loader_android.h
index a40a41a702949a4377757eda4f911a9a4fcba1a7..e7933c60e08b9605156a7297ae9ef9b7ac8a995a 100644
--- a/shell/android/ui_application_loader_android.h
+++ b/shell/android/ui_application_loader_android.h
@@ -29,7 +29,7 @@ class UIApplicationLoader : 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;
@@ -43,7 +43,7 @@ class UIApplicationLoader : public ApplicationLoader {
// isn't thread safe).
void LoadOnUIThread(ApplicationManager* manager,
const GURL& url,
- ShellPtr shell);
+ InterfaceRequest<Application> application_request);
void OnApplicationErrorOnUIThread(ApplicationManager* manager,
const GURL& url);
void ShutdownOnUIThread();

Powered by Google App Engine
This is Rietveld 408576698