diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 18:15:01 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 18:15:01 +0000 |
commit | 751cef05106cef2269e2d2e2383b6627f4b20318 (patch) | |
tree | e2937cea1b816a9dd998a24a539ffea03b375d27 /chrome/browser/location_bar.h | |
parent | 08fb74a9f12f59c531cc5d7acdb0afea183dba12 (diff) | |
download | chromium_src-751cef05106cef2269e2d2e2383b6627f4b20318.zip chromium_src-751cef05106cef2269e2d2e2383b6627f4b20318.tar.gz chromium_src-751cef05106cef2269e2d2e2383b6627f4b20318.tar.bz2 |
Reverting 11640.
Reverting for now. Will try again later
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r-- | chrome/browser/location_bar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h index b6499d8..776427e 100644 --- a/chrome/browser/location_bar.h +++ b/chrome/browser/location_bar.h @@ -44,9 +44,6 @@ class LocationBar { // focus to it. virtual void FocusSearch() = 0; - // Update the state of the feed icon. - virtual void UpdateFeedIcon() = 0; - // Saves the state of the location bar to the specified TabContents, so that // it can be restored later. (Done when switching tabs). virtual void SaveStateToContents(TabContents* contents) = 0; |