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/test | |
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/test')
-rw-r--r-- | chrome/test/test_location_bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/test_location_bar.h b/chrome/test/test_location_bar.h index f6e94a3..5fa944d 100644 --- a/chrome/test/test_location_bar.h +++ b/chrome/test/test_location_bar.h @@ -40,6 +40,7 @@ class TestLocationBar : public LocationBar { virtual void UpdateFeedIcon() {} virtual void UpdatePageActions() {} virtual void SaveStateToContents(TabContents* contents) {} + virtual void Revert() {} private: |