Chromium Code Reviews| Index: components/offline_pages/offline_page_item.h |
| diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h |
| index 2ec13e17998f440895d1dcba8550f5a38c9b1d13..2126d555e8809564b56ea89e6886008bdf099511 100644 |
| --- a/components/offline_pages/offline_page_item.h |
| +++ b/components/offline_pages/offline_page_item.h |
| @@ -56,11 +56,7 @@ struct OfflinePageItem { |
| bool operator==(const OfflinePageItem& other) const; |
| - // Returns whether the offline page is expired. |
| - bool IsExpired() const; |
| - |
| - // The URL of the page. This is the last committed URL. In the case that |
|
fgorski
2016/11/18 00:13:04
don't remove valid comments.
romax
2016/11/18 20:50:48
Done.
|
| - // redirects occur, access |original_url| for the original URL. |
| + // The URL of the page. |
| GURL url; |
| // The primary key/ID for this page in offline pages internal database. |
| int64_t offline_id; |
| @@ -78,8 +74,6 @@ struct OfflinePageItem { |
| base::Time creation_time; |
| // The time when the offline archive was last accessed. |
| base::Time last_access_time; |
| - // The time when the offline page was expired. |
| - base::Time expiration_time; |
| // Number of times that the offline archive has been accessed. |
| int access_count; |
| // The title of the page at the time it was saved. |