Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1197)

Unified Diff: chrome/plugin/plugin_channel.cc

Issue 399043: Only clears the unblock flag on sync IPCs during other sync dispatches (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/plugin/plugin_channel_base.h » ('j') | chrome/plugin/plugin_channel_base.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/plugin/plugin_channel_base.h » ('j') | chrome/plugin/plugin_channel_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698