| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 5fe91cb1c2a16c285183de6942144aa1a11b63d3..f5a265187ef2e1cd68329a16fe27fe8a96ea0160 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -32,6 +32,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| // Allow cross-process JavaScript calls.
|
| case ViewHostMsg_RouteCloseEvent::ID:
|
| case ViewHostMsg_RouteMessageEvent::ID:
|
| + case AccessibilityHostMsg_Notifications::ID:
|
| return true;
|
| default:
|
| break;
|
| @@ -72,7 +73,6 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
|
| // Sends an ACK.
|
| case ViewHostMsg_RequestMove::ID:
|
| // Sends an ACK.
|
| - case AccessibilityHostMsg_Notifications::ID:
|
| #if defined(USE_X11)
|
| // Synchronous message when leaving a page with plugin. In this case,
|
| // we want to destroy the plugin rather than return an error message.
|
|
|