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

Unified Diff: mojo/public/dart/src/application.dart

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/dart/src/application.dart
diff --git a/mojo/public/dart/src/application.dart b/mojo/public/dart/src/application.dart
index 50ad7619e3889894d986565d973fa40a46f081b5..30e6571cab4b32ac1156cec7d1de54d58e88d844 100644
--- a/mojo/public/dart/src/application.dart
+++ b/mojo/public/dart/src/application.dart
@@ -33,7 +33,8 @@ class _ApplicationImpl implements application_mojom.Application {
void acceptConnection(String requestorUrl,
ServiceProviderStub services,
- bindings.ProxyBase exposedServices) =>
+ bindings.ProxyBase exposedServices,
+ String requested_url) =>
_application._acceptConnection(requestorUrl, services, exposedServices);
qsr 2015/02/27 17:15:58 Don't know if you want to solve this now, but this
Aaron Boodman 2015/02/28 19:08:22 Agree, but I will leave that to the dartisans.
void requestQuit() => _application._requestQuitAndClose();

Powered by Google App Engine
This is Rietveld 408576698