From 13869ddf1b7851b4e3a92b7f8f25c606ca5a3536 Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Tue, 5 May 2009 00:40:06 +0000 Subject: Linux: enable omni box ui test and automation proxy ui test. Enable a lot of (already essentially working) automation code along the way. Review URL: http://codereview.chromium.org/100278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15258 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/location_bar.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/location_bar.h') diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h index d885709..70a06d5 100644 --- a/chrome/browser/location_bar.h +++ b/chrome/browser/location_bar.h @@ -16,6 +16,7 @@ #include "chrome/common/page_transition_types.h" #include "webkit/glue/window_open_disposition.h" +class AutocompleteEditView; class TabContents; class LocationBar { @@ -56,6 +57,9 @@ class LocationBar { // Reverts the location bar. The bar's permanent text will be shown. virtual void Revert() = 0; + + // Returns a pointer to the text entry view. + virtual AutocompleteEditView* location_entry() = 0; }; #endif // CHROME_BROWSER_LOCATION_BAR_H_ -- cgit v1.1