Chromium Code Reviews| Index: mojo/public/interfaces/application/application.mojom |
| diff --git a/mojo/public/interfaces/application/application.mojom b/mojo/public/interfaces/application/application.mojom |
| index 7f1ebe51474da518dbe5a8749f3283dcfd1e563d..c9e05c6bb75de8c560005dbc4dbcf4a2fe9fb337 100644 |
| --- a/mojo/public/interfaces/application/application.mojom |
| +++ b/mojo/public/interfaces/application/application.mojom |
| @@ -50,10 +50,7 @@ interface Application { |
| // resolved_url is the URL that was requested to create this connection, after |
| // all mappings, resolutions, and redirects. This will include any querystring |
| // that was part of the request. |
| - AcceptConnection(string requestor_url, |
| - ServiceProvider&? services, |
| - ServiceProvider? exposed_services, |
| - string resolved_url); |
| + AcceptConnection(string requestor_url, ServiceProvider&? services, ServiceProvider? exposed_services, string resolved_url); |
|
jamesr
2016/02/29 23:40:49
yikes, this is really long. does the formatter kno
vtl
2016/02/29 23:41:59
This seems to be a regression. We should enforce a
|
| // Called to request the application shut itself down gracefully. |
| RequestQuit(); |