From 5e5df50b03c73dad60d81c989b11d8e1ee436dbe Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Tue, 24 Mar 2009 19:35:15 +0000 Subject: Reverting r12383, caused a build breakage on all platforms. TBR=idanan Review URL: http://codereview.chromium.org/42571 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12385 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/location_bar.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/location_bar.h') diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h index a7b0c0d..b6499d8 100644 --- a/chrome/browser/location_bar.h +++ b/chrome/browser/location_bar.h @@ -37,9 +37,6 @@ class LocationBar { // Accepts the current string of text entered in the location bar. virtual void AcceptInput() = 0; - // Accept the current input, overriding the disposition. - virtual void AcceptInputWithDisposition(WindowOpenDisposition) = 0; - // Focuses and selects the contents of the location bar. virtual void FocusLocation() = 0; -- cgit v1.1