| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 29709edac38ae275f62e1e238ed8d094119249a5..e835966d8b5fe2120af0434c4626859eb2ee9ead 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -88,11 +88,6 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
|
| case ViewHostMsg_RequestMove::ID:
|
| // Sends an ACK.
|
| case AccessibilityHostMsg_Events::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.
|
| - case ViewHostMsg_DestroyPluginContainer::ID:
|
| -#endif
|
| return true;
|
| default:
|
| break;
|
|
|