| Index: components/offline_items_collection/core/throttled_offline_content_provider.cc
|
| diff --git a/components/offline_items_collection/core/throttled_offline_content_provider.cc b/components/offline_items_collection/core/throttled_offline_content_provider.cc
|
| index 1b534c84b871cbc411cb1dd0cd8e58d62ea96c19..ff5b16fe23aacaeaecf88b1668363232f59cf1c6 100644
|
| --- a/components/offline_items_collection/core/throttled_offline_content_provider.cc
|
| +++ b/components/offline_items_collection/core/throttled_offline_content_provider.cc
|
| @@ -77,6 +77,12 @@ ThrottledOfflineContentProvider::GetAllItems() {
|
| return items;
|
| }
|
|
|
| +void ThrottledOfflineContentProvider::GetVisualsForItem(
|
| + const ContentId& id,
|
| + const VisualsCallback& callback) {
|
| + wrapped_provider_->GetVisualsForItem(id, callback);
|
| +}
|
| +
|
| void ThrottledOfflineContentProvider::AddObserver(
|
| OfflineContentProvider::Observer* observer) {
|
| DCHECK(observer);
|
|
|