| Index: components/offline_items_collection/core/offline_content_aggregator.h
|
| diff --git a/components/offline_items_collection/core/offline_content_aggregator.h b/components/offline_items_collection/core/offline_content_aggregator.h
|
| index 03497084678ae0c9eeb963d136ee276934db21e2..68df56858a9c0159392ee95fcde48799cdbf80a2 100644
|
| --- a/components/offline_items_collection/core/offline_content_aggregator.h
|
| +++ b/components/offline_items_collection/core/offline_content_aggregator.h
|
| @@ -84,6 +84,8 @@ class OfflineContentAggregator : public OfflineContentProvider,
|
| void ResumeDownload(const ContentId& id) override;
|
| const OfflineItem* GetItemById(const ContentId& id) override;
|
| OfflineItemList GetAllItems() override;
|
| + void GetVisualsForItem(const ContentId& id,
|
| + const VisualsCallback& callback) override;
|
| void AddObserver(OfflineContentProvider::Observer* observer) override;
|
| void RemoveObserver(OfflineContentProvider::Observer* observer) override;
|
|
|
|
|