Index: ppapi/proxy/host_dispatcher.h |
=================================================================== |
--- ppapi/proxy/host_dispatcher.h (revision 77054) |
+++ ppapi/proxy/host_dispatcher.h (working copy) |
@@ -59,6 +59,7 @@ |
// Dispatcher overrides. |
virtual bool IsPlugin() const; |
+ virtual bool Send(IPC::Message* msg); |
// IPC::Channel::Listener. |
virtual bool OnMessageReceived(const IPC::Message& msg); |