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

Unified Diff: ios/chrome/browser/reading_list/url_downloader.h

Issue 2565753002: Only distill unread items (Closed)
Patch Set: past tense in comments Created 4 years 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: 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);
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_download_service.cc ('k') | ios/chrome/browser/reading_list/url_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698