Index: ios/chrome/browser/ui/commands/browser_commands.h |
diff --git a/ios/chrome/browser/ui/commands/browser_commands.h b/ios/chrome/browser/ui/commands/browser_commands.h |
index 94d30e1ef9ba344af0c804eaf1c1a4ba3f54e6f3..2777b701830c05ace018528c5d46bf897940556d 100644 |
--- a/ios/chrome/browser/ui/commands/browser_commands.h |
+++ b/ios/chrome/browser/ui/commands/browser_commands.h |
@@ -12,6 +12,12 @@ |
// Close the current tab. |
- (void)closeCurrentTab; |
+// Navigate backwards in the current tab's history. |
+- (void)goBack; |
+ |
+// Navigate forwards in the current tab's history. |
+- (void)goForward; |
+ |
@end |
#endif // IOS_CHROME_BROWSER_UI_COMMANDS_BROWSER_COMMANDS_H_ |