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

Unified Diff: services/android/java_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: services/android/java_handler.h
diff --git a/services/android/java_handler.h b/services/android/java_handler.h
index d2f434d645fd3fc3b78eb33e6cabef6402b509ae..83157d692ee1642f368fc13bb97ed8a091c65e1e 100644
--- a/services/android/java_handler.h
+++ b/services/android/java_handler.h
@@ -29,7 +29,8 @@ class JavaHandler : public mojo::ApplicationDelegate,
// ApplicationDelegate:
void Initialize(mojo::ApplicationImpl* app) override;
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
+ mojo::ApplicationConnection* connection,
+ const std::string& url) override;
// ContentHandlerFactory::Delegate:
void RunApplication(

Powered by Google App Engine
This is Rietveld 408576698