| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 11592)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1214,4 +1214,7 @@
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_ForwardToWorker,
|
| IPC::Message /* message */)
|
|
|
| + // Notification when new feeds have been discovered on the page.
|
| + IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateFeedList,
|
| + ViewHostMsg_UpdateFeedList_Params)
|
| IPC_END_MESSAGES(ViewHost)
|
|
|