| Index: ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| diff --git a/ios/clean/chrome/browser/ui/commands/tab_commands.h b/ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| index 6094c6caac2c6cb8647a71811aff4caf91f2b0ad..fc578aa74054be0e30e299c118c6019e79422a11 100644
|
| --- a/ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| +++ b/ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| @@ -18,6 +18,9 @@
|
|
|
| // Remove tab from the tab model(s) the receiver knows about.
|
| - (void)closeTabAtIndexPath:(NSIndexPath*)indexPath;
|
| +
|
| +// Create new tab in a tab model the receiver knows about.
|
| +- (void)createNewTabAtIndexPath:(NSIndexPath*)indexPath;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_COMMANDS_TAB_COMMANDS_H_
|
|
|