Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: mandoline/ui/browser/view_embedder.mojom

Issue 1135933003: Get the omnibox to show up again. Sky's changes from yesterday removed the window manager interface… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mandoline/ui/browser/browser.cc ('k') | mandoline/ui/omnibox/omnibox_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « mandoline/ui/browser/browser.cc ('k') | mandoline/ui/omnibox/omnibox_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698