| 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 0f62ecbbe2fa2c6d09e484d2537f6bcc22b7a8a6..6094c6caac2c6cb8647a71811aff4caf91f2b0ad 100644
|
| --- a/ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| +++ b/ios/clean/chrome/browser/ui/commands/tab_commands.h
|
| @@ -15,6 +15,9 @@
|
| // Display the tab corresponding to |indexPath|. The receiver determines how
|
| // this correspondence relates to the tab model(s) it knows about.
|
| - (void)showTabAtIndexPath:(NSIndexPath*)indexPath;
|
| +
|
| +// Remove tab from the tab model(s) the receiver knows about.
|
| +- (void)closeTabAtIndexPath:(NSIndexPath*)indexPath;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_COMMANDS_TAB_COMMANDS_H_
|
|
|