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

Unified Diff: components/offline_pages/stub_offline_page_model.cc

Issue 2041983006: [Offline Pages] Filtering expired pages and fix consistency check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments and some naming changes. Created 4 years, 6 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/stub_offline_page_model.cc
diff --git a/components/offline_pages/stub_offline_page_model.cc b/components/offline_pages/stub_offline_page_model.cc
index 956ea0be39fa7152c167379692aafc25d3dedd1e..ba9f5b2b313c3ef3b19c4ba29c32f7796a111f6a 100644
--- a/components/offline_pages/stub_offline_page_model.cc
+++ b/components/offline_pages/stub_offline_page_model.cc
@@ -63,7 +63,7 @@ const OfflinePageItem* StubOfflinePageModel::MaybeGetBestPageForOnlineURL(
const GURL& online_url) const {
return nullptr;
}
-void StubOfflinePageModel::CheckForExternalFileDeletion() {}
+void StubOfflinePageModel::CheckMetadataConsistency() {}
void StubOfflinePageModel::ExpirePages(
const std::vector<int64_t>& offline_ids,
const base::Time& expiration_time,

Powered by Google App Engine
This is Rietveld 408576698