| Index: mojo/services/catalog/public/interfaces/resolver.mojom
|
| diff --git a/mojo/services/catalog/public/interfaces/resolver.mojom b/mojo/services/catalog/public/interfaces/resolver.mojom
|
| index 1f370fa9048092495640ae7739c5cabae933372e..0faf7e1b015df28ec11a7d4a87a08d5cd29a06cc 100644
|
| --- a/mojo/services/catalog/public/interfaces/resolver.mojom
|
| +++ b/mojo/services/catalog/public/interfaces/resolver.mojom
|
| @@ -4,18 +4,9 @@
|
|
|
| module catalog.mojom;
|
|
|
| -import "network/public/interfaces/url_loader.mojom";
|
| -
|
| // Resolves various things to Mojo names that can be passed to mojo::Shell's
|
| // ConnectToApplication().
|
| interface Resolver {
|
| - // Returns the mojo: name of the service that can consume the content
|
| - // contained in |response|. The implementation takes the response and may read
|
| - // a small portion of it to make this determination, before passing it back
|
| - // via the supplied response callback.
|
| - ResolveResponse(mojo.URLResponse response) =>
|
| - (string resolved_mojo_name, mojo.URLResponse response);
|
| -
|
| // Returns the mojo: name of the service that exports to the caller every
|
| // interface in |interfaces|.
|
| ResolveInterfaces(array<string> interfaces) => (string resolved_mojo_name);
|
|
|