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

Unified Diff: content/common/url_loader_factory.mojom

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: content/common/url_loader_factory.mojom
diff --git a/content/common/frame_host.mojom b/content/common/url_loader_factory.mojom
similarity index 62%
copy from content/common/frame_host.mojom
copy to content/common/url_loader_factory.mojom
index 01554a05d2ea2daf92dc6bf9e1f36e2afa92213e..6876e3ce1c1a89630980bc664296f4b0f968632c 100644
--- a/content/common/frame_host.mojom
+++ b/content/common/url_loader_factory.mojom
@@ -4,8 +4,8 @@
module content.mojom;
-import "url/mojo/url.mojom";
+import "url_loader.mojom";
-interface FrameHost {
- GetHostZoomLevel(url.mojom.Url url) => (double zoom_level);
-};
+interface URLLoaderFactory {
+ CreateURLLoader(URLLoader& loader);
+};

Powered by Google App Engine
This is Rietveld 408576698