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

Unified Diff: components/offline_pages/stub_offline_page_model.cc

Issue 2512073002: [Offline Pages] Removes two-step expiration related. (Closed)
Patch Set: Created 4 years, 1 month 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 e2b8225212974f79c6828a11ab523090e8c6626b..9d0f336ae9cf7d37852ce2dc55dfb186962e0145 100644
--- a/components/offline_pages/stub_offline_page_model.cc
+++ b/components/offline_pages/stub_offline_page_model.cc
@@ -36,8 +36,6 @@ void StubOfflinePageModel::CheckPagesExistOffline(
const CheckPagesExistOfflineCallback& callback) {}
void StubOfflinePageModel::GetAllPages(
const MultipleOfflinePageItemCallback& callback) {}
-void StubOfflinePageModel::GetAllPagesWithExpired(
- const MultipleOfflinePageItemCallback& callback) {}
void StubOfflinePageModel::GetOfflineIdsForClientId(
const ClientId& client_id,
const MultipleOfflineIdCallback& callback) {}
@@ -47,10 +45,6 @@ void StubOfflinePageModel::GetPageByOfflineId(
void StubOfflinePageModel::GetPagesByOnlineURL(
const GURL& online_url,
const MultipleOfflinePageItemCallback& callback) {}
-void StubOfflinePageModel::ExpirePages(
- const std::vector<int64_t>& offline_ids,
- const base::Time& expiration_time,
- const base::Callback<void(bool)>& callback) {}
ClientPolicyController* StubOfflinePageModel::GetPolicyController() {
return &policy_controller_;
}

Powered by Google App Engine
This is Rietveld 408576698