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

Unified Diff: third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc 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: third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py
diff --git a/third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py b/third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py
index 248329ab1511cd22391b5807139c406974866a39..34c5780b859db207f700ec483d984c76ee535ddf 100644
--- a/third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py
+++ b/third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py
@@ -26,7 +26,8 @@ class ApplicationImpl(application_mojom.Application):
self.args = args
self._delegate.Initialize(shell, self)
- def AcceptConnection(self, requestor_url, services, exposed_services):
+ def AcceptConnection(self, requestor_url, services, exposed_services,
+ resolved_url):
service_provider = ServiceProviderImpl(services)
if self._delegate.OnAcceptConnection(service_provider, requestor_url,
exposed_services):

Powered by Google App Engine
This is Rietveld 408576698