summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents.h
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 18:15:01 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 18:15:01 +0000
commit751cef05106cef2269e2d2e2383b6627f4b20318 (patch)
treee2937cea1b816a9dd998a24a539ffea03b375d27 /chrome/browser/tab_contents/web_contents.h
parent08fb74a9f12f59c531cc5d7acdb0afea183dba12 (diff)
downloadchromium_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/tab_contents/web_contents.h')
-rw-r--r--chrome/browser/tab_contents/web_contents.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h
index 5ac7526..5a07b5f 100644
--- a/chrome/browser/tab_contents/web_contents.h
+++ b/chrome/browser/tab_contents/web_contents.h
@@ -301,8 +301,6 @@ class WebContents : public TabContents,
virtual void UpdateTitle(RenderViewHost* render_view_host,
int32 page_id,
const std::wstring& title);
- virtual void UpdateFeedList(RenderViewHost* render_view_host,
- const ViewHostMsg_UpdateFeedList_Params& params);
virtual void UpdateEncoding(RenderViewHost* render_view_host,
const std::wstring& encoding);
virtual void UpdateTargetURL(int32 page_id, const GURL& url);