Index: chrome/browser/plugin_process_host.h |
=================================================================== |
--- chrome/browser/plugin_process_host.h (revision 70108) |
+++ chrome/browser/plugin_process_host.h (working copy) |
@@ -66,7 +66,7 @@ |
// Force the plugin process to shutdown (cleanly). |
virtual void ForceShutdown(); |
- virtual void OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg); |
virtual void OnChannelConnected(int32 peer_pid); |
virtual void OnChannelError(); |