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

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

Issue 2882133002: Block insecure pepper media requests in the renderer (Closed)
Patch Set: Block insecure pepper media requests Created 3 years, 7 months 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_platform_camera_device.h
diff --git a/content/renderer/pepper/pepper_platform_camera_device.h b/content/renderer/pepper/pepper_platform_camera_device.h
index 53fe41a870952ad3499f1f3c31fa6b53755fa0af..907034c711e0db7226ee525354b853a0560c9acf 100644
--- a/content/renderer/pepper/pepper_platform_camera_device.h
+++ b/content/renderer/pepper/pepper_platform_camera_device.h
@@ -16,8 +16,6 @@
#include "content/common/media/video_capture.h"
#include "media/capture/video_capture_types.h"
-class GURL;
-
namespace content {
class PepperMediaDeviceManager;
class PepperCameraDeviceHost;
@@ -27,7 +25,6 @@ class PepperPlatformCameraDevice {
public:
PepperPlatformCameraDevice(int render_frame_id,
const std::string& device_id,
- const GURL& document_url,
PepperCameraDeviceHost* handler);
~PepperPlatformCameraDevice();
« no previous file with comments | « content/renderer/pepper/pepper_platform_audio_input.cc ('k') | content/renderer/pepper/pepper_platform_camera_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698