| Index: chrome/browser/render_view_host.cc
|
| ===================================================================
|
| --- chrome/browser/render_view_host.cc (revision 2530)
|
| +++ chrome/browser/render_view_host.cc (working copy)
|
| @@ -246,7 +246,7 @@
|
| // Start the hang monitor in case the renderer hangs in the unload handler.
|
| is_waiting_for_unload_ack_ = true;
|
| StartHangMonitorTimeout(kUnloadTimeoutMS);
|
| - ClosePage(site_instance()->process_host_id(),
|
| + ClosePage(site_instance()->process_host_id(),
|
| routing_id());
|
| }
|
|
|
| @@ -654,7 +654,7 @@
|
| #ifdef CHROME_PERSONALIZATION
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_PersonalizationEvent,
|
| OnPersonalizationEvent)
|
| -#endif
|
| +#endif
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_GoToEntryAtOffset,
|
| OnMsgGoToEntryAtOffset)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_SetTooltipText, OnMsgSetTooltipText)
|
| @@ -1205,7 +1205,7 @@
|
| }
|
|
|
| #ifdef CHROME_PERSONALIZATION
|
| -void RenderViewHost::RaisePersonalizationEvent(std::string event_name,
|
| +void RenderViewHost::RaisePersonalizationEvent(std::string event_name,
|
| std::string event_arg) {
|
| Send(new ViewMsg_PersonalizationEvent(routing_id_,
|
| event_name,
|
|
|