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

Unified Diff: ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h

Issue 2971093002: [ios] Take snapshot for tab grid. (Closed)
Patch Set: Update unit test. Created 3 years, 5 months 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: 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_

Powered by Google App Engine
This is Rietveld 408576698