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 350b9315ff97d233ae3855582187156c32a3b8ae..8256109e13f3f2ae0327211e8885d03eee053111 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h |
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h |
@@ -82,7 +82,8 @@ class BrowserWindowCocoa |
bool ShouldHideUIForFullscreen() const override; |
bool IsFullscreen() const override; |
bool IsFullscreenBubbleVisible() const override; |
- void ShowNewBackShortcutBubble(bool forward) override; |
+ void MaybeShowNewBackShortcutBubble(bool forward) override; |
+ void HideNewBackShortcutBubble() override; |
LocationBar* GetLocationBar() const override; |
void SetFocusToLocationBar(bool select_all) override; |
void UpdateReloadStopState(bool is_loading, bool force) override; |