| Index: ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h
|
| index c7716971e5c24a13fbf8637e9a88b037e2966b3a..cd2a1b6b38cc2c811a37f5ba9c362979507d39d6 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h
|
| @@ -36,6 +36,10 @@
|
| // of the selected item in the tab collection.
|
| - (void)populateItems:(NSArray<TabCollectionItem*>*)items
|
| selectedIndex:(int)selectedIndex;
|
| +
|
| +// Updates the snapshot |index|.
|
| +- (void)updateSnapshotAtIndex:(int)index;
|
| +
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_CONSUMER_H_
|
|
|