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

Unified Diff: components/reading_list/core/reading_list_entry.h

Issue 2865183003: Use the same design for all suggestions (Closed)
Patch Set: Address comments Created 3 years, 7 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: components/reading_list/core/reading_list_entry.h
diff --git a/components/reading_list/core/reading_list_entry.h b/components/reading_list/core/reading_list_entry.h
index 878278b71e2aaf5ba4944721f45f31db0504902c..d0f74512381b2b792bd4aac404b9382ed6503e11 100644
--- a/components/reading_list/core/reading_list_entry.h
+++ b/components/reading_list/core/reading_list_entry.h
@@ -92,7 +92,7 @@ class ReadingListEntry {
// The URL that has been distilled to produce file stored at |DistilledPath|.
const GURL& DistilledURL() const;
// The time distillation was done. The value is in microseconds since Jan 1st
- // 1970.
+ // 1970. Returns 0 if the entry was not distilled.
int64_t DistillationTime() const;
// The size of the stored page in bytes.
int64_t DistillationSize() const;

Powered by Google App Engine
This is Rietveld 408576698