| Index: components/offline_pages/offline_page_storage_manager.h
|
| diff --git a/components/offline_pages/offline_page_storage_manager.h b/components/offline_pages/offline_page_storage_manager.h
|
| index cf1dc7f6c9f4fb679194b374f91773d34302a0db..91b8f8fb0117834342e901422bb813e90d1a54b7 100644
|
| --- a/components/offline_pages/offline_page_storage_manager.h
|
| +++ b/components/offline_pages/offline_page_storage_manager.h
|
| @@ -74,8 +74,8 @@ class OfflinePageStorageManager {
|
| // Determine if manager should clear pages.
|
| bool ShouldClearPages();
|
|
|
| - // Return true if |page| is expired.
|
| - bool IsPageExpired(const OfflinePageItem& page);
|
| + // Return true if |page| is expired comparing to |now|.
|
| + bool IsPageExpired(const base::Time& now, const OfflinePageItem& page);
|
|
|
| // Not owned.
|
| Client* client_;
|
|
|