diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 04:22:22 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 04:22:22 +0000 |
commit | f9b1b9aa6717657be56a9f7e72c3cd164a68dfe7 (patch) | |
tree | 39801b3953ceb2bb65c83eb9506dff8c60856bf0 /chrome/browser/cocoa | |
parent | d54f9acebb3cd422f4a3838f5450c7d74de0cd21 (diff) | |
download | chromium_src-f9b1b9aa6717657be56a9f7e72c3cd164a68dfe7.zip chromium_src-f9b1b9aa6717657be56a9f7e72c3cd164a68dfe7.tar.gz chromium_src-f9b1b9aa6717657be56a9f7e72c3cd164a68dfe7.tar.bz2 |
Make sure the Omnibox is hidden when toolbar is collapsed.
BUG=None
TEST=Visual inspection. The Omnibox should never become visible for tabs with a collapsed toolbar (app tabs). F11 twice should not show the Omnibox.
Review URL: http://codereview.chromium.org/2032015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa')
-rw-r--r-- | chrome/browser/cocoa/location_bar_view_mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar_view_mac.h index 08e1524..3f13bbd 100644 --- a/chrome/browser/cocoa/location_bar_view_mac.h +++ b/chrome/browser/cocoa/location_bar_view_mac.h @@ -68,6 +68,8 @@ class LocationBarViewMac : public AutocompleteEditController, virtual AutocompleteEditView* location_entry() { return edit_view_.get(); } + virtual void PushForceHidden() {} + virtual void PopForceHidden() {} virtual LocationBarTesting* GetLocationBarForTesting() { return this; } // Overridden from LocationBarTesting: |