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

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: 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: 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..9557c14d6df84424748616180646f30a74f2e701 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
« no previous file with comments | « no previous file | examples/apptest/example_service_application.h » ('j') | mojo/public/dart/src/application.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698