| Index: chrome/browser/location_bar.h
|
| ===================================================================
|
| --- chrome/browser/location_bar.h (revision 12354)
|
| +++ chrome/browser/location_bar.h (working copy)
|
| @@ -37,6 +37,9 @@
|
| // 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;
|
|
|
|
|