| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 01dc162b930bd062dd571413744ea95b0b00f110..cadb55cae712a6107b1fc231e3f053dc976867d3 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -877,9 +877,6 @@ bool RenderViewHostImpl::SuddenTerminationAllowed() const {
|
| // RenderViewHostImpl, IPC message handlers:
|
|
|
| bool RenderViewHostImpl::OnMessageReceived(const IPC::Message& msg) {
|
| - if (!BrowserMessageFilter::CheckCanDispatchOnUI(msg, GetWidget()))
|
| - return true;
|
| -
|
| // Filter out most IPC messages if this renderer is swapped out.
|
| // We still want to handle certain ACKs to keep our state consistent.
|
| if (is_swapped_out_) {
|
|
|