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

Unified Diff: components/offline_pages/stub_offline_page_model.cc

Issue 2185973003: [Offline Pages] Delete associated page along with bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintended changes. Created 4 years, 4 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 9d00e46a1993da488bfb75ac168b07b67824762c..3e311d52366765069cedf2f95b10137403c6c524 100644
--- a/components/offline_pages/stub_offline_page_model.cc
+++ b/components/offline_pages/stub_offline_page_model.cc
@@ -70,6 +70,11 @@ void StubOfflinePageModel::ExpirePages(
const std::vector<int64_t>& offline_ids,
const base::Time& expiration_time,
const base::Callback<void(bool)>& callback) {}
+void StubOfflinePageModel::ExpireRemovedBookmarkPage(
+ const bookmarks::BookmarkNode* node) {}
+OfflinePageBookmarkObserver* StubOfflinePageModel::GetBookmarkObserver() {
+ return nullptr;
+}
ClientPolicyController* StubOfflinePageModel::GetPolicyController() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698