| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index e0dbaced8af0384b84837e7d1c14a3b7467f8eeb..abebc775ef726b6cc75f24b03e90f64ac8a5c5ab 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -319,11 +319,6 @@ class WebContents;
|
| // coordinates.
|
| - (NSPoint)bookmarkBubblePoint;
|
|
|
| -// Returns the frame, in Cocoa (unflipped) screen coordinates, of the area where
|
| -// Instant results are. If Instant is not showing, returns the frame of where
|
| -// it would be.
|
| -- (NSRect)instantFrame;
|
| -
|
| // Called when the Add Search Engine dialog is closed.
|
| - (void)sheetDidEnd:(NSWindow*)sheet
|
| returnCode:(NSInteger)code
|
|
|