Index: ppapi/proxy/plugin_dispatcher.h |
=================================================================== |
--- ppapi/proxy/plugin_dispatcher.h (revision 77663) |
+++ ppapi/proxy/plugin_dispatcher.h (working copy) |
@@ -49,6 +49,9 @@ |
static const void* GetInterfaceFromDispatcher(const char* interface); |
// Dispatcher overrides. |
+ virtual bool InitWithChannel(Delegate* delegate, |
+ const IPC::ChannelHandle& channel_handle, |
+ bool is_client); |
virtual bool IsPlugin() const; |
// IPC::Channel::Listener implementation. |