| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 11592)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -517,6 +517,7 @@
|
| void OnUpdateDragCursor(bool is_drop_target);
|
| void OnTakeFocus(bool reverse);
|
| void OnMsgPageHasOSDD(int32 page_id, const GURL& doc_url, bool autodetected);
|
| + void OnMsgUpdateFeedList(const ViewHostMsg_UpdateFeedList_Params& params);
|
| void OnMsgInspectElementReply(int num_resources);
|
| void DidPrintPage(const ViewHostMsg_DidPrintPage_Params& params);
|
| void OnDebugMessage(const std::string& message);
|
|
|