| Index: ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
|
| diff --git a/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h b/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
|
| index a9ebbcc68aa77565194fca99871f01d6a248fca9..280a4451e2e668cb482602c196c13ed91bc86837 100644
|
| --- a/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
|
| +++ b/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
|
| @@ -18,6 +18,9 @@
|
| @optional
|
| // Dismisses whatever UI is currently active and shows the tab grid.
|
| - (void)showTabGrid:(id)sender;
|
| +
|
| +// Create new tab and display.
|
| +- (void)createNewTab:(id)sender;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_ACTIONS_TAB_GRID_ACTIONS_H_
|
|
|