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

Unified Diff: content/browser/renderer_host/media/media_stream_ui_controller_unittest.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
Index: content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc
diff --git a/content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc b/content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc
index 2bbfb7009b9687540650fa46b8130a9dcc4df072..9f728db9a9e0846a62f7c6ce6e15e3d4a0483457 100644
--- a/content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc
+++ b/content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc
@@ -62,7 +62,8 @@ class MediaStreamDeviceUIControllerTest
dummy_render_process_id,
dummy_render_view_id,
components,
- security_origin);
+ security_origin,
+ MEDIA_GENERATE_STREAM);
}
scoped_ptr<MessageLoop> message_loop_;
« no previous file with comments | « content/browser/renderer_host/media/media_stream_ui_controller.cc ('k') | content/public/common/media_stream_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698