Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: ios/clean/chrome/browser/ui/commands/tab_commands.h

Issue 2703633005: [tab_grid] Hack-in close tab. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698