| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 3189d19f7f7cc5aaedbbc20b856610c33aabc249..c1b6a238f05fb213c7f93d97c9e01a46ebdb7ad7 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -70,6 +70,7 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
|
| // Synchronous message when leaving a page with plugin.
|
| case ViewHostMsg_DestroyPluginContainer::ID:
|
| #endif
|
| + case ViewHostMsg_SendPostMessage::ID:
|
| return true;
|
| default:
|
| break;
|
|
|