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

Unified Diff: examples/python/__mojo__.py

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/python/__mojo__.py
diff --git a/examples/python/__mojo__.py b/examples/python/__mojo__.py
index 24271cd13c69311b4b4d7f07de585a1a79ed082d..e33667153393de3b5c35e1542301533ae8cc491f 100644
--- a/examples/python/__mojo__.py
+++ b/examples/python/__mojo__.py
@@ -15,7 +15,7 @@ import mojo_system
class ExampleApp(application_delegate.ApplicationDelegate):
def OnAcceptConnection(self, service_provider, requestor_url,
- exposed_services):
+ exposed_services, resolved_url):
service_provider.AddService(ExampleServiceImpl)
return True

Powered by Google App Engine
This is Rietveld 408576698