Chromium Code Reviews| Index: ppapi/proxy/resource_creation_proxy.h |
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
| index 5d3eb666195dcac790b656adbd11e18d4a0e059b..da269e93ed4522cd6deab31bab8cc42677a23293 100644 |
| --- a/ppapi/proxy/resource_creation_proxy.h |
| +++ b/ppapi/proxy/resource_creation_proxy.h |
| @@ -131,25 +131,6 @@ class ResourceCreationProxy : public InterfaceProxy, |
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
| private: |
| - // IPC message handlers (called in browser). |
| - void OnMsgCreateAudio(PP_Instance instance, |
|
brettw
2011/12/03 00:40:38
These audio functions were never implemented or us
|
| - int32_t sample_rate, |
| - uint32_t sample_frame_count, |
| - HostResource* result); |
| - void OnMsgCreateAudioInput(PP_Instance instance, |
| - HostResource* result); |
| - void OnMsgCreateGraphics2D(PP_Instance instance, |
| - const PP_Size& size, |
| - PP_Bool is_always_opaque, |
| - HostResource* result); |
| - void OnMsgCreateImageData(PP_Instance instance, |
| - int32_t format, |
| - const PP_Size& size, |
| - PP_Bool init_to_zero, |
| - HostResource* result, |
| - std::string* image_data_desc, |
| - ImageHandle* result_image_handle); |
| - |
| DISALLOW_COPY_AND_ASSIGN(ResourceCreationProxy); |
| }; |