Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index ba464642f9b853d6b6d55417c20a1f4aabe612e5..66b5e2d8b65dc5b428e04d67b5a7d85e9ad0a29a 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -147,6 +147,13 @@ class PPAPI_PROXY_EXPORT PluginDispatcher |
uint32 plugin_dispatcher_id() const { return plugin_dispatcher_id_; } |
bool incognito() const { return incognito_; } |
+ // Dispatches the given resource message to the appropriate resource in the |
+ // plugin process. This should be wired to the various channels that messages |
+ // come in from various other processes. |
+ static void DispatchResourceReply( |
+ const ppapi::proxy::ResourceMessageReplyParams& reply_params, |
+ const IPC::Message& nested_msg); |
+ |
private: |
friend class PluginDispatcherTest; |