Chromium Code Reviews| 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..fb74d2ecacd0c0dc0186ae8bcc8be37212d6fe82 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 tab model(s) the receiver knows about. |
|
marq (ping after 24h)
2017/02/20 10:14:55
Nit: 'Create a new tab in a tab model the receiver
|
| +- (void)createNewTabAtIndexPath:(NSIndexPath*)indexPath; |
| @end |
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_COMMANDS_TAB_COMMANDS_H_ |