| Index: chrome/browser/history/history_tab_helper.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_tab_helper.cc (revision 97468)
|
| +++ chrome/browser/history/history_tab_helper.cc (working copy)
|
| @@ -67,8 +67,8 @@
|
| bool HistoryTabHelper::OnMessageReceived(const IPC::Message& message) {
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(HistoryTabHelper, message)
|
| - IPC_MESSAGE_HANDLER(ViewHostMsg_PageContents, OnPageContents)
|
| - IPC_MESSAGE_HANDLER(ViewHostMsg_Thumbnail, OnThumbnail)
|
| + IPC_MESSAGE_HANDLER(ChromeViewHostMsg_PageContents, OnPageContents)
|
| + IPC_MESSAGE_HANDLER(ChromeViewHostMsg_Thumbnail, OnThumbnail)
|
| IPC_MESSAGE_UNHANDLED(handled = false)
|
| IPC_END_MESSAGE_MAP()
|
|
|
|
|