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

Unified Diff: content/public/common/media_stream_request.cc

Issue 11446042: Make sure that all OpenDevice requests are scrutinized against the audio and video policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again... Created 8 years 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/media_stream_request.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/media_stream_request.cc
diff --git a/content/public/common/media_stream_request.cc b/content/public/common/media_stream_request.cc
index 622b18af295f82a1b8ff0915eac41fc53b3cd80a..3113ddb4d43344525c778dcb7f77fe1db331a749 100644
--- a/content/public/common/media_stream_request.cc
+++ b/content/public/common/media_stream_request.cc
@@ -31,11 +31,13 @@ MediaStreamRequest::MediaStreamRequest(
int render_process_id,
int render_view_id,
const GURL& security_origin,
+ MediaStreamRequestType request_type,
MediaStreamDeviceType audio_type,
MediaStreamDeviceType video_type)
: render_process_id(render_process_id),
render_view_id(render_view_id),
security_origin(security_origin),
+ request_type(request_type),
audio_type(audio_type),
video_type(video_type) {
}
« no previous file with comments | « content/public/common/media_stream_request.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698