| 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)
|
|
|