Chromium Code Reviews| Index: content/common/swapped_out_messages.cc |
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
| index a480310a7f82158fa81077fc849f5083fcdfda4b..05438c0d2759cf0efb32bf182a42545f8a7125b3 100644 |
| --- a/content/common/swapped_out_messages.cc |
| +++ b/content/common/swapped_out_messages.cc |
| @@ -50,6 +50,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
| case FrameHostMsg_DidChangeOpener::ID: |
| // Used in layout tests; handled in BlinkTestController. |
| case ShellViewHostMsg_PrintMessage::ID: |
| + case ViewHostMsg_CreateWidget::ID: |
|
nasko
2016/03/17 17:25:45
Generic question: why do we need to route this thr
kenrb
2016/03/17 18:59:48
I had initially written a fairly large patch that
nasko
2016/03/17 19:10:46
Does it make sense to make it PageMsg in a follow
kenrb
2016/03/17 20:00:06
I have been assuming that every ViewMsg will get t
nasko
2016/03/17 21:05:31
I didn't mean it should be a priority. It was a cu
|
| return true; |
| default: |
| break; |