Index: ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h |
diff --git a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h |
index 09c59f041c39521b25f5ffb8f51684130221ba14..2bc70ab44c6154212c57e4140d580440e8383b0d 100644 |
--- a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h |
+++ b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h |
@@ -29,6 +29,9 @@ |
// Title for the tab at |index| in the grid. |
- (NSString*)titleAtIndex:(NSInteger)index; |
+// Index for the active tab. |
+- (NSInteger)indexOfActiveTab; |
+ |
@end |
// Controller for a scrolling view displaying square cells that represent |