Index: chrome/browser/ui/cocoa/browser_window_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h |
index ecf9ad8b226cd75eb29aa86babb262d6b3183f55..465d2b127ec770332e2ca23a8461aef832d09db3 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h |
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h |
@@ -84,7 +84,7 @@ class BrowserWindowCocoa |
bool ShouldHideUIForFullscreen() const override; |
bool IsFullscreen() const override; |
bool IsFullscreenBubbleVisible() const override; |
- void MaybeShowNewBackShortcutBubble(bool forward) override; |
+ void MaybeShowNewBackShortcutBubble(int command_id) override; |
void HideNewBackShortcutBubble() override; |
LocationBar* GetLocationBar() const override; |
void SetFocusToLocationBar(bool select_all) override; |