Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm |
index c490bf119de2272a7715108527c40ce7991df9d3..f9fb551e30cf0207da3aaef5be5f08e50d194582 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm |
@@ -1966,11 +1966,6 @@ willAnimateFromState:(BookmarkBar::State)oldState |
return [[toolbarView superview] convertRect:anchorRect toView:nil]; |
} |
-- (void)commitInstant { |
- if (BrowserInstantController* controller = browser_->instant_controller()) |
- controller->instant()->CommitIfPossible(INSTANT_COMMIT_FOCUS_LOST); |
-} |
- |
- (NSRect)instantFrame { |
// The view's bounds are in its own coordinate system. Convert that to the |
// window base coordinate system, then translate it into the screen's |