| 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 58a86d7b2ad692671fe753ef7ac096bd670467fe..c155c0aba343846d40525628382828961eb485d4 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
|
| @@ -13,11 +13,11 @@
|
| @protocol SettingsCommands;
|
| @protocol TabGridCommands;
|
|
|
| +// View controller with a grid of tabs.
|
| @interface TabGridViewController
|
| : TabCollectionViewController<TabGridConsumer, ZoomTransitionDelegate>
|
| -// Command handlers.
|
| -@property(nonatomic, weak) id<SettingsCommands> settingsCommandHandler;
|
| -@property(nonatomic, weak) id<TabGridCommands> tabGridCommandHandler;
|
| +// Dispatcher to handle commands.
|
| +@property(nonatomic, weak) id<SettingsCommands, TabGridCommands> dispatcher;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_GRID_TAB_GRID_VIEW_CONTROLLER_H_
|
|
|