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

Unified Diff: components/reading_list/ios/reading_list_model_impl.h

Issue 2745313004: Remove all ReadingList entries on managed account signout. (Closed)
Patch Set: feedback Created 3 years, 9 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/reading_list/ios/reading_list_model_impl.h
diff --git a/components/reading_list/ios/reading_list_model_impl.h b/components/reading_list/ios/reading_list_model_impl.h
index 59367998b2489ba8d88a375a23e14a0d7c984274..b8beb664945822ad29c7954f7255041f732ea0cb 100644
--- a/components/reading_list/ios/reading_list_model_impl.h
+++ b/components/reading_list/ios/reading_list_model_impl.h
@@ -79,6 +79,7 @@ class ReadingListModelImpl : public ReadingListModel,
ReadingListEntry* SyncMergeEntry(
std::unique_ptr<ReadingListEntry> entry) override;
void SyncRemoveEntry(const GURL& url) override;
+ bool DeleteAllEntries() override;
std::unique_ptr<ReadingListModel::ScopedReadingListBatchUpdate>
CreateBatchToken() override;
« no previous file with comments | « components/reading_list/ios/reading_list_model.h ('k') | components/reading_list/ios/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698