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

Unified Diff: components/offline_pages/offline_page_model.h

Issue 2006923005: [Offline Pages] Two-step expiration in storage manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments, commit ready. Created 4 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/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 0e336ccf4144bdf21a1cb799879efa31d07dbb7f..03aba53e238e2e1a87e6c0166cca27c268e70f04 100644
--- a/components/offline_pages/offline_page_model.h
+++ b/components/offline_pages/offline_page_model.h
@@ -218,7 +218,8 @@ class OfflinePageModel : public KeyedService,
// Marks pages as expired and removes their respective files from the archive
// directory.
void ExpirePages(const std::vector<int64_t>& offline_ids,
- const base::Time& expiration_time);
+ const base::Time& expiration_time,
+ const base::Callback<void(bool)>& callback) override;
// Returns the policy controller.
ClientPolicyController* GetPolicyController();
« no previous file with comments | « components/offline_pages/offline_page_client_policy.h ('k') | components/offline_pages/offline_page_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698