Index: chrome/browser/cocoa/browser_window_cocoa.mm |
=================================================================== |
--- chrome/browser/cocoa/browser_window_cocoa.mm (revision 62138) |
+++ chrome/browser/cocoa/browser_window_cocoa.mm (working copy) |
@@ -565,13 +565,11 @@ |
} |
void BrowserWindowCocoa::ShowInstant(TabContents* preview_contents) { |
- // TODO: implement me |
- NOTIMPLEMENTED(); |
+ [controller_ showInstant:preview_contents]; |
} |
void BrowserWindowCocoa::HideInstant() { |
- // TODO: implement me |
- NOTIMPLEMENTED(); |
+ [controller_ hideInstant]; |
} |
gfx::Rect BrowserWindowCocoa::GetInstantBounds() { |