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

Unified Diff: ios/clean/chrome/browser/ui/actions/tab_grid_actions.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
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/commands/tab_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
diff --git a/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h b/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
index a9ebbcc68aa77565194fca99871f01d6a248fca9..280a4451e2e668cb482602c196c13ed91bc86837 100644
--- a/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
+++ b/ios/clean/chrome/browser/ui/actions/tab_grid_actions.h
@@ -18,6 +18,9 @@
@optional
// Dismisses whatever UI is currently active and shows the tab grid.
- (void)showTabGrid:(id)sender;
+
+// Create new tab and display.
+- (void)createNewTab:(id)sender;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_ACTIONS_TAB_GRID_ACTIONS_H_
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/commands/tab_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698