| 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..0ed5154e148e057b3e8478f034d50368ccf61081 100644
|
| --- a/mojo/public/interfaces/application/application.mojom
|
| +++ b/mojo/public/interfaces/application/application.mojom
|
| @@ -50,6 +50,10 @@ 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.
|
| + //
|
| + // WARNING: |exposed_services| is deprecated and non-functional, and will be
|
| + // removed. Note that this also means that |services| will become required.
|
| + // https://github.com/domokit/mojo/issues/762
|
| AcceptConnection(string requestor_url,
|
| ServiceProvider&? services,
|
| ServiceProvider? exposed_services,
|
|
|