Index: components/offline_pages/offline_page_model.h |
diff --git a/components/offline_pages/offline_page_model.h b/components/offline_pages/offline_page_model.h |
index cc585445c37ab2b2360aabcd60b129b6b2fe6cbe..786ae83c6b14893acd9f892cd9b6c9486e9c9e9e 100644 |
--- a/components/offline_pages/offline_page_model.h |
+++ b/components/offline_pages/offline_page_model.h |
@@ -125,6 +125,10 @@ class OfflinePageModel : public KeyedService { |
// Gets all available offline pages. Requires that the model is loaded. |
const std::vector<OfflinePageItem> GetAllPages() const; |
+ // Gets pages that should be removed to clean up storage. Requires that the |
+ // model is loaded. |
+ const std::vector<OfflinePageItem> GetPagesToCleanUp() const; |
+ |
// Gets an offline page associated with a specified |bookmark_id|. Returns |
// true if a matching offline page exists, and |offline_page| will be updated |
// with corresponding value, or false, if no offline page was found. |