diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 17:10:29 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 17:10:29 +0000 |
commit | 0a4a3c159a119fd094c805158eb6a55d2c007601 (patch) | |
tree | b3b026ce0b45fc9babc90ecd232bb7805756e1d5 /chrome/browser/views/location_bar_view.h | |
parent | 20142ba1b6c593896a894699d1971c4271456a20 (diff) | |
download | chromium_src-0a4a3c159a119fd094c805158eb6a55d2c007601.zip chromium_src-0a4a3c159a119fd094c805158eb6a55d2c007601.tar.gz chromium_src-0a4a3c159a119fd094c805158eb6a55d2c007601.tar.bz2 |
Reset the omnibox contents when the user reloads the page. Patch by Yusuke Sato (see http://codereview.chromium.org/100198 ), r=me.
BUG=2985
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/location_bar_view.h')
-rw-r--r-- | chrome/browser/views/location_bar_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h index 58be56d..abc3311 100644 --- a/chrome/browser/views/location_bar_view.h +++ b/chrome/browser/views/location_bar_view.h @@ -129,6 +129,7 @@ class LocationBarView : public LocationBar, virtual void UpdateFeedIcon(); virtual void UpdatePageActions(); virtual void SaveStateToContents(TabContents* contents); + virtual void Revert(); static const int kVertMargin; static const COLORREF kBackgroundColorByLevel[]; |