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

Unified Diff: content/common/image_downloader/image_downloader.mojom

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « content/common/image_downloader/OWNERS ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/image_downloader/image_downloader.mojom
diff --git a/content/common/image_downloader/image_downloader.mojom b/content/common/image_downloader/image_downloader.mojom
index 7e6e9d848f3e86578f8898fefc9758d52b857e19..6cafb4e010090a9272a69d0475433e3b9fab313e 100644
--- a/content/common/image_downloader/image_downloader.mojom
+++ b/content/common/image_downloader/image_downloader.mojom
@@ -6,12 +6,13 @@ module content.mojom;
import "skia/public/interfaces/bitmap.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+import "url/mojo/url.mojom";
interface ImageDownloader {
// Fetch and decode an image from a given URL.
// Returns the decoded images, or http_status_code to indicate error.
// Each call is independent, overlapping calls are possible.
- DownloadImage(string url,
+ DownloadImage(url.mojom.Url url,
bool is_favicon,
uint32 max_bitmap_size,
bool bypass_cache)
« no previous file with comments | « content/common/image_downloader/OWNERS ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698