Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index d9e2f42902a8a5f813bb4731ff1c0489a30aaf29..d03972de5c6c913d09e4215fe865d98ae08b532a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -291,7 +291,7 @@ class BrowserView : public BrowserWindow, |
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; |