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

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

Issue 2699223003: [tab_grid] Hack-in new tab FAB action. (Closed)
Patch Set: Address comments. 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
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_

Powered by Google App Engine
This is Rietveld 408576698