Index: ios/chrome/browser/reading_list/url_downloader.h |
diff --git a/ios/chrome/browser/reading_list/url_downloader.h b/ios/chrome/browser/reading_list/url_downloader.h |
index ace7380f7a79d7e8bebf4fbb112d4649171db813..b5c112c948aa2e1765e5cbc7830ce459bef2e044 100644 |
--- a/ios/chrome/browser/reading_list/url_downloader.h |
+++ b/ios/chrome/browser/reading_list/url_downloader.h |
@@ -68,6 +68,9 @@ class URLDownloader { |
// Asynchronously download an offline version of the URL. |
void DownloadOfflineURL(const GURL& url); |
+ // Cancels the download job an offline version of the URL. |
+ void CancelDownloadOfflineURL(const GURL& url); |
+ |
// Asynchronously remove the offline version of the URL if it exists. |
void RemoveOfflineURL(const GURL& url); |