diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 19:35:15 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 19:35:15 +0000 |
commit | 5e5df50b03c73dad60d81c989b11d8e1ee436dbe (patch) | |
tree | 9d64b42c5c109dfe14581e56c9bb6a731d82e352 /chrome/browser/location_bar.h | |
parent | d62232baeefd5a2b0385238647266d26332628d0 (diff) | |
download | chromium_src-5e5df50b03c73dad60d81c989b11d8e1ee436dbe.zip chromium_src-5e5df50b03c73dad60d81c989b11d8e1ee436dbe.tar.gz chromium_src-5e5df50b03c73dad60d81c989b11d8e1ee436dbe.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r-- | chrome/browser/location_bar.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |