| Index: chrome/browser/tab_contents/web_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.h (revision 11592)
|
| +++ chrome/browser/tab_contents/web_contents.h (working copy)
|
| @@ -299,6 +299,8 @@
|
| 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);
|
|
|