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

Unified Diff: shell/android/android_handler.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.h
diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
index b23b332e4555de0dd908b7bafd728b8bd6cf87ac..c3716472987930b731e7f8dddca786b5b2d6fd5a 100644
--- a/shell/android/android_handler.h
+++ b/shell/android/android_handler.h
@@ -30,7 +30,8 @@ class AndroidHandler : public ApplicationDelegate,
bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
// ContentHandlerFactory::Delegate:
- void RunApplication(ShellPtr shell, URLResponsePtr response) override;
+ void RunApplication(InterfaceRequest<Application> application_request,
+ URLResponsePtr response) override;
ContentHandlerFactory content_handler_factory_;
MOJO_DISALLOW_COPY_AND_ASSIGN(AndroidHandler);

Powered by Google App Engine
This is Rietveld 408576698