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

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

Issue 2607523002: Reading List: Open distilled article first if no network. (Closed)
Patch Set: add guards Created 4 years 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 289533228ebb72d6da26d559b6f13d081e8e19bc..352dc57c9f6fd54405ab83bf293d057e564474d1 100644
--- a/components/reading_list/ios/reading_list_model_impl.h
+++ b/components/reading_list/ios/reading_list_model_impl.h
@@ -55,6 +55,7 @@ class ReadingListModelImpl : public ReadingListModel,
const std::vector<GURL> Keys() const override;
const ReadingListEntry* GetEntryByURL(const GURL& gurl) const override;
+ const ReadingListEntry* GetFirstUnreadEntry(bool distilled) const override;
void RemoveEntryByURL(const GURL& url) 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