diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 00:40:06 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 00:40:06 +0000 |
commit | 13869ddf1b7851b4e3a92b7f8f25c606ca5a3536 (patch) | |
tree | 0803bddb2367698c9595c480c287c0f2db833f9f /chrome/browser/location_bar.h | |
parent | 140aea057fa118579380f685f362f2533862b03f (diff) | |
download | chromium_src-13869ddf1b7851b4e3a92b7f8f25c606ca5a3536.zip chromium_src-13869ddf1b7851b4e3a92b7f8f25c606ca5a3536.tar.gz chromium_src-13869ddf1b7851b4e3a92b7f8f25c606ca5a3536.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r-- | chrome/browser/location_bar.h | 4 |
1 files changed, 4 insertions, 0 deletions
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_ |