Chromium Code Reviews| 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(); |