| 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 a35da2fd04f8251843ad406555ce6abd46575a2d..9988b058053588773417d7ae968ca51be5074051 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -514,10 +514,8 @@ void BrowserWindowCocoa::ShowInstant(TabContentsWrapper* preview) {
|
| [controller_ showInstant:preview->tab_contents()];
|
| }
|
|
|
| -void BrowserWindowCocoa::HideInstant(bool instant_is_active) {
|
| +void BrowserWindowCocoa::HideInstant() {
|
| [controller_ hideInstant];
|
| -
|
| - // TODO: add support for |instant_is_active|.
|
| }
|
|
|
| gfx::Rect BrowserWindowCocoa::GetInstantBounds() {
|
|
|