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

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

Issue 2707043002: [Reading List iOS] Store distillation date and size. (Closed)
Patch Set: done Created 3 years, 10 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: ios/chrome/browser/reading_list/reading_list_download_service.h
diff --git a/ios/chrome/browser/reading_list/reading_list_download_service.h b/ios/chrome/browser/reading_list/reading_list_download_service.h
index 92d0239530c68dff034ce0ae33352277e22a00d1..19add67cbe123aa86f1b296a0c1f463a7f72325f 100644
--- a/ios/chrome/browser/reading_list/reading_list_download_service.h
+++ b/ios/chrome/browser/reading_list/reading_list_download_service.h
@@ -90,6 +90,7 @@ class ReadingListDownloadService
const GURL& distilled_url,
URLDownloader::SuccessState success,
const base::FilePath& distilled_path,
+ int64_t size,
const std::string& title);
// Callback for entry deletion.

Powered by Google App Engine
This is Rietveld 408576698