| 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 a83ed0af6f507cee524050cc669899d80faf8b86..be8994a2b6862b403a67c7a5b313235bc3b7f8f8 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
|
| @@ -566,6 +566,11 @@ void BrowserWindowCocoa::HideInstant() {
|
| [controller_ hideInstant];
|
| }
|
|
|
| +void BrowserWindowCocoa::SetInstantPreviewHeight(int value, bool is_percent) {
|
| + // TODO(jered): Implement.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| gfx::Rect BrowserWindowCocoa::GetInstantBounds() {
|
| // Flip coordinates based on the primary screen.
|
| NSScreen* screen = [[NSScreen screens] objectAtIndex:0];
|
|
|