Chromium Code Reviews| Index: content/renderer/pepper/pepper_flash_host.h |
| diff --git a/content/renderer/pepper/pepper_flash_host.h b/content/renderer/pepper/pepper_flash_host.h |
| index 5073bc878abb0d91515ac99a586e8ea9da333d69..0b068074e5dbd4f218fc1fb3638dbc1c96fa9681 100644 |
| --- a/content/renderer/pepper/pepper_flash_host.h |
| +++ b/content/renderer/pepper/pepper_flash_host.h |
| @@ -6,10 +6,7 @@ |
| #define CONTENT_RENDERER_PEPPER_PEPPER_FLASH_HOST_H_ |
| #include "base/basictypes.h" |
| -#include "ipc/ipc_message.h" |
| -#include "ppapi/host/host_message_context.h" |
| #include "ppapi/host/resource_host.h" |
| -#include "ppapi/proxy/proxy_completion_callback_factory.h" |
| namespace content { |
| @@ -23,22 +20,7 @@ class PepperFlashHost |
| PP_Resource resource); |
| virtual ~PepperFlashHost(); |
| - virtual int32_t OnResourceMessageReceived( |
|
raymes
2012/11/13 15:54:16
Please leave this function here.
victorhsieh
2012/11/14 01:07:50
Done.
|
| - const IPC::Message& msg, |
| - ppapi::host::HostMessageContext* context) OVERRIDE; |
| - |
| - int32_t OnMsgEnumerateVideoCaptureDevices( |
| - ppapi::host::HostMessageContext* host_context, |
| - const ppapi::HostResource& host_resource); |
| private: |
| - void OnEnumerateVideoCaptureDevicesComplete( |
| - int32_t result, |
| - ppapi::host::ReplyMessageContext reply_message_context, |
| - const ppapi::HostResource& host_resource); |
| - |
| - ppapi::proxy::ProxyCompletionCallbackFactory<PepperFlashHost> |
| - callback_factory_; |
| - |
| DISALLOW_COPY_AND_ASSIGN(PepperFlashHost); |
| }; |