Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
index fc8697765aee4acee8564a6576eac90b747e9b11..0ebcafebdb638aab6e63ce8014ecea91e1f4af27 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
@@ -587,8 +587,10 @@ void BrowserWindowCocoa::ShowInstant(TabContents* preview_contents) { |
[controller_ showInstant:preview_contents]; |
} |
-void BrowserWindowCocoa::HideInstant() { |
+void BrowserWindowCocoa::HideInstant(bool instant_is_active) { |
[controller_ hideInstant]; |
+ |
+ // TODO: add support for |instant_is_active|. |
} |
gfx::Rect BrowserWindowCocoa::GetInstantBounds() { |