Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2188)

Unified Diff: content/renderer/pepper/pepper_flash_host.h

Issue 11274036: Refactor video capture to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: export Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..48a7af950c19296c2558a651c386cfd5bb47f1eb 100644
--- a/content/renderer/pepper/pepper_flash_host.h
+++ b/content/renderer/pepper/pepper_flash_host.h
@@ -6,10 +6,8 @@
#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 {
@@ -27,18 +25,7 @@ class PepperFlashHost
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);
};
« no previous file with comments | « content/renderer/pepper/content_renderer_pepper_host_factory.cc ('k') | content/renderer/pepper/pepper_flash_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698