| Index: mandoline/ui/browser/view_embedder.mojom
|
| diff --git a/content/common/application_setup.mojom b/mandoline/ui/browser/view_embedder.mojom
|
| similarity index 58%
|
| copy from content/common/application_setup.mojom
|
| copy to mandoline/ui/browser/view_embedder.mojom
|
| index 1005663cd9afa1cf2b9d8544ec033c709c094b88..238da6fe628695db62dc1808a20ce3c96d7219c1 100644
|
| --- a/content/common/application_setup.mojom
|
| +++ b/mandoline/ui/browser/view_embedder.mojom
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module content;
|
| +module mandoline;
|
|
|
| import "mojo/application/public/interfaces/service_provider.mojom";
|
|
|
| -interface ApplicationSetup {
|
| - ExchangeServiceProviders(mojo.ServiceProvider& services,
|
| - mojo.ServiceProvider exposed_services);
|
| +interface ViewEmbedder {
|
| + Embed(string url,
|
| + mojo.ServiceProvider&? services,
|
| + mojo.ServiceProvider? exposed_services);
|
| };
|
|
|