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

Unified Diff: content/renderer/pepper/pepper_audio_input_host.cc

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
« no previous file with comments | « content/public/common/content_features.cc ('k') | content/renderer/pepper/pepper_camera_device_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_audio_input_host.cc
diff --git a/content/renderer/pepper/pepper_audio_input_host.cc b/content/renderer/pepper/pepper_audio_input_host.cc
index df4383fc656af400a9aff44f5b9abf619681488a..579de1615e97eebadd7df992328d0c40da97e32e 100644
--- a/content/renderer/pepper/pepper_audio_input_host.cc
+++ b/content/renderer/pepper/pepper_audio_input_host.cc
@@ -90,7 +90,6 @@ int32_t PepperAudioInputHost::OnOpen(ppapi::host::HostMessageContext* context,
renderer_ppapi_host_->GetRenderFrameForInstance(pp_instance())->
GetRoutingID(),
device_id,
- document_url,
static_cast<int>(sample_rate),
static_cast<int>(sample_frame_count),
this);
« no previous file with comments | « content/public/common/content_features.cc ('k') | content/renderer/pepper/pepper_camera_device_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698