| Index: ios/chrome/browser/reading_list/reading_list_model_impl.h
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_model_impl.h b/ios/chrome/browser/reading_list/reading_list_model_impl.h
|
| index d185c5193618190144f0d2e3de6541d1e11aaa52..fc2e3480a211aaf9a1a8bda166c96a955c936c00 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_model_impl.h
|
| +++ b/ios/chrome/browser/reading_list/reading_list_model_impl.h
|
| @@ -50,6 +50,8 @@ class ReadingListModelImpl : public ReadingListModel, public KeyedService {
|
|
|
| void MarkReadByURL(const GURL& url) override;
|
|
|
| + EntryState EntryPositionByURL(const GURL& url) override;
|
| +
|
| void SetEntryTitle(const GURL& url, const std::string& title) override;
|
| void SetEntryDistilledURL(const GURL& url,
|
| const GURL& distilled_url) override;
|
|
|