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

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

Issue 2699223003: [tab_grid] Hack-in new tab FAB action. (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
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_

Powered by Google App Engine
This is Rietveld 408576698