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

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

Issue 1166123005: Removes ServiceProviders from ViewManager::Embed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_headless rather than check for browser. Created 5 years, 6 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/merged_service_provider.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/mandoline/ui/browser/view_embedder.mojom b/mandoline/ui/browser/view_embedder.mojom
index c71bb5e79c98c5172a05ef2cfdfbc60be7095336..693dfee5d93dfceda3aa317a640ca75767f0b123 100644
--- a/mandoline/ui/browser/view_embedder.mojom
+++ b/mandoline/ui/browser/view_embedder.mojom
@@ -4,11 +4,8 @@
module mandoline;
-import "mojo/application/public/interfaces/service_provider.mojom";
import "network/public/interfaces/url_loader.mojom";
interface ViewEmbedder {
- Embed(mojo.URLRequest request,
- mojo.ServiceProvider&? services,
- mojo.ServiceProvider? exposed_services);
+ Embed(mojo.URLRequest request);
};
« no previous file with comments | « mandoline/ui/browser/merged_service_provider.cc ('k') | mandoline/ui/omnibox/omnibox_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698