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

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

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/navigator_host_impl.cc ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('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 238da6fe628695db62dc1808a20ce3c96d7219c1..c71bb5e79c98c5172a05ef2cfdfbc60be7095336 100644
--- a/mandoline/ui/browser/view_embedder.mojom
+++ b/mandoline/ui/browser/view_embedder.mojom
@@ -5,9 +5,10 @@
module mandoline;
import "mojo/application/public/interfaces/service_provider.mojom";
+import "network/public/interfaces/url_loader.mojom";
interface ViewEmbedder {
- Embed(string url,
+ Embed(mojo.URLRequest request,
mojo.ServiceProvider&? services,
mojo.ServiceProvider? exposed_services);
};
« no previous file with comments | « mandoline/ui/browser/navigator_host_impl.cc ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698