Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 22694002: InstantExtended: Nuke InstantOverlayController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698