| Index: chrome/plugin/plugin_channel.cc
|
| diff --git a/chrome/plugin/plugin_channel.cc b/chrome/plugin/plugin_channel.cc
|
| index be8e5f92f722bc8c14bae2c4759db0c744178ec8..44779a80e507c6ece81c4d5d6ef14657693f7535 100644
|
| --- a/chrome/plugin/plugin_channel.cc
|
| +++ b/chrome/plugin/plugin_channel.cc
|
| @@ -161,7 +161,7 @@ PluginChannel::PluginChannel()
|
| in_send_(0),
|
| off_the_record_(false),
|
| filter_(new MessageFilter()) {
|
| - SendUnblockingOnlyDuringDispatch();
|
| + SendUnblockingOnlyDuringSyncDispatch();
|
| ChildProcess::current()->AddRefProcess();
|
| const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
|
|
|