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

Unified Diff: mojo/public/python/mojo_application/application_delegate.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: mojo/public/python/mojo_application/application_delegate.py
diff --git a/mojo/public/python/mojo_application/application_delegate.py b/mojo/public/python/mojo_application/application_delegate.py
index c4a817d968940bc091a12b0f3ecc26aad97d2562..b55a375cfefa1a22be5e366bc8fd7c563038b6f3 100644
--- a/mojo/public/python/mojo_application/application_delegate.py
+++ b/mojo/public/python/mojo_application/application_delegate.py
@@ -19,7 +19,7 @@ class ApplicationDelegate:
pass
def OnAcceptConnection(self, service_provider, requestor_url,
- exposed_services):
+ exposed_services, resolved_url):
"""
Called from ApplicationImpl's OnAcceptConnection() method. Returns a bool
indicating whether this connection should be accepted.

Powered by Google App Engine
This is Rietveld 408576698