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

Unified Diff: shell/android/android_handler.h

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: hate 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
Index: shell/android/android_handler.h
diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
index c3716472987930b731e7f8dddca786b5b2d6fd5a..dcb060201c5d9d5ae0660c4c8873ca31fa2eb64e 100644
--- a/shell/android/android_handler.h
+++ b/shell/android/android_handler.h
@@ -27,7 +27,7 @@ class AndroidHandler : public ApplicationDelegate,
private:
// ApplicationDelegate:
void Initialize(ApplicationImpl* app) override;
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override;
// ContentHandlerFactory::Delegate:
void RunApplication(InterfaceRequest<Application> application_request,

Powered by Google App Engine
This is Rietveld 408576698