| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 8a06c4d1f84612b01b9a2268ef92b394f072fe50..17deb5e3514c2c904796a12c8cb9afd99a9fb095 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -97,9 +97,6 @@ class PpapiThread : public ChildThread,
|
| void OnCreateChannel(base::ProcessId renderer_pid,
|
| int renderer_child_id,
|
| bool incognito);
|
| - void OnResourceReply(
|
| - const ppapi::proxy::ResourceMessageReplyParams& reply_params,
|
| - const IPC::Message& nested_msg);
|
| void OnSetNetworkState(bool online);
|
| void OnCrash();
|
| void OnHang();
|
|
|