Index: chrome/browser/plugin_data_remover.cc |
=================================================================== |
--- chrome/browser/plugin_data_remover.cc (revision 70108) |
+++ chrome/browser/plugin_data_remover.cc (working copy) |
@@ -115,12 +115,14 @@ |
SignalDone(); |
} |
-void PluginDataRemover::OnMessageReceived(const IPC::Message& msg) { |
+bool PluginDataRemover::OnMessageReceived(const IPC::Message& msg) { |
IPC_BEGIN_MESSAGE_MAP(PluginDataRemover, msg) |
IPC_MESSAGE_HANDLER(PluginHostMsg_ClearSiteDataResult, |
OnClearSiteDataResult) |
IPC_MESSAGE_UNHANDLED_ERROR() |
IPC_END_MESSAGE_MAP() |
+ |
+ return true; |
} |
void PluginDataRemover::OnChannelError() { |