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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_impl.cc

Issue 2398233003: with sync (Closed)
Patch Set: done Created 4 years, 2 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: ios/chrome/browser/reading_list/reading_list_model_impl.cc
diff --git a/ios/chrome/browser/reading_list/reading_list_model_impl.cc b/ios/chrome/browser/reading_list/reading_list_model_impl.cc
index 4bc65bde49b5bbb6d4121e6ac9ea0c856fd2a720..5fa6ebdbdb67b7fbead00f40f11c42484c58e079 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_impl.cc
+++ b/ios/chrome/browser/reading_list/reading_list_model_impl.cc
@@ -347,3 +347,7 @@ bool ReadingListModelImpl::LoadPersistentHasUnseen() {
return pref_service_->GetBoolean(
reading_list::prefs::kReadingListHasUnseenEntries);
}
+
+syncer::ModelTypeService* ReadingListModelImpl::GetModelTypeService() {
+ return storage_layer_->GetModelTypeService();
+}

Powered by Google App Engine
This is Rietveld 408576698