summaryrefslogtreecommitdiffstats
path: root/chrome/browser/location_bar.h
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 19:35:15 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 19:35:15 +0000
commit5e5df50b03c73dad60d81c989b11d8e1ee436dbe (patch)
tree9d64b42c5c109dfe14581e56c9bb6a731d82e352 /chrome/browser/location_bar.h
parentd62232baeefd5a2b0385238647266d26332628d0 (diff)
downloadchromium_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.h3
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;