Index: content/ppapi_plugin/ppapi_thread.h |
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h |
index 06ed0e35f9e82e31d79a4fc418f5b9f55457a62e..03298097f6059880f9d43e9491cf6c3364a5ba80 100644 |
--- a/content/ppapi_plugin/ppapi_thread.h |
+++ b/content/ppapi_plugin/ppapi_thread.h |
@@ -70,6 +70,9 @@ class PpapiThread : public ChildThread, |
void OnMsgLoadPlugin(const FilePath& path); |
void OnMsgCreateChannel(int renderer_id, |
bool incognito); |
+ void OnMsgResourceReply( |
+ const ppapi::proxy::ResourceMessageReplyParams& reply_params, |
+ const IPC::Message& nested_msg); |
void OnMsgSetNetworkState(bool online); |
void OnPluginDispatcherMessageReceived(const IPC::Message& msg); |