| Index: ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
|
| index 52130b2ff712fcdb96ffa60a908df986bddb54a7..40abb45f657e3f060918f4aef2abe3ef73f273ac 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_view_controller.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #import "ios/clean/chrome/browser/ui/tab_collection/tab_collection_consumer.h"
|
|
|
| -@protocol TabCommands;
|
| @protocol TabCollectionDataSource;
|
|
|
| // Controller for a scrolling view displaying square cells that represent
|
| @@ -19,8 +18,6 @@
|
| @property(nonatomic, weak, readonly) UICollectionView* tabs;
|
| // Data source for the tabs to be displayed.
|
| @property(nonatomic, weak) id<TabCollectionDataSource> dataSource;
|
| -// Command handler to show, close, or create tabs.
|
| -@property(nonatomic, weak) id<TabCommands> tabCommandHandler;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_VIEW_CONTROLLER_H_
|
|
|