| Index: chrome/browser/renderer_host/render_view_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.cc (revision 75368)
|
| +++ chrome/browser/renderer_host/render_view_host.cc (working copy)
|
| @@ -792,8 +792,6 @@
|
| OnRequestUndockDevToolsWindow)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_DevToolsRuntimePropertyChanged,
|
| OnDevToolsRuntimePropertyChanged)
|
| - IPC_MESSAGE_FORWARD(ViewHostMsg_JSOutOfMemory, delegate_,
|
| - RenderViewHostDelegate::OnJSOutOfMemory)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_ShouldClose_ACK, OnMsgShouldCloseACK)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_ExtensionRequest, OnExtensionRequest)
|
| IPC_MESSAGE_HANDLER(ViewHostMsg_SelectionChanged, OnMsgSelectionChanged)
|
|
|