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

Unified Diff: content/renderer/plugin_channel_host.cc

Issue 8322013: Fix IPC logging on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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 | « content/renderer/plugin_channel_host.h ('k') | ipc/ipc_message_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/plugin_channel_host.cc
===================================================================
--- content/renderer/plugin_channel_host.cc (revision 105666)
+++ content/renderer/plugin_channel_host.cc (working copy)
@@ -134,7 +134,7 @@
WebKit::WebBindings::setException(NULL, message.c_str());
}
-void PluginChannelHost::OnPluginShuttingDown(const IPC::Message& message) {
+void PluginChannelHost::OnPluginShuttingDown() {
expecting_shutdown_ = true;
}
« no previous file with comments | « content/renderer/plugin_channel_host.h ('k') | ipc/ipc_message_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698