Index: chrome/ppapi_plugin/ppapi_thread.h |
=================================================================== |
--- chrome/ppapi_plugin/ppapi_thread.h (revision 70108) |
+++ chrome/ppapi_plugin/ppapi_thread.h (working copy) |
@@ -32,7 +32,7 @@ |
private: |
// ChildThread overrides. |
- virtual void OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg); |
// Message handlers. |
void OnMsgLoadPlugin(base::ProcessHandle renderer_handle, |