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

Unified Diff: examples/android/src/org/chromium/examples/android/App.java

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase + fix android 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: examples/android/src/org/chromium/examples/android/App.java
diff --git a/examples/android/src/org/chromium/examples/android/App.java b/examples/android/src/org/chromium/examples/android/App.java
index 9516e2871d0fd3381d5e4f827dfa51ff4aae8815..f289ec2610d13ffc9def309e8908da00cab6a2b0 100644
--- a/examples/android/src/org/chromium/examples/android/App.java
+++ b/examples/android/src/org/chromium/examples/android/App.java
@@ -43,7 +43,8 @@ class App {
@Override
public void acceptConnection(String requestorUrl,
- InterfaceRequest<ServiceProvider> services, ServiceProvider exposedServices) {
+ InterfaceRequest<ServiceProvider> services, ServiceProvider exposedServices,
+ String url) {
ServiceProviderImpl serviceProvider = new ServiceProviderImpl();
serviceProvider.addService(new ServiceFactoryBinder<ExampleService>() {
@Override

Powered by Google App Engine
This is Rietveld 408576698