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

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: Moved RequestType according to Shijing's proposal. 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 641c69cd9b6d59d6ebb20640aaa02d7b414dfa88..fbb041c953eed64b9440a935ca05ae473413b95f 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
@@ -54,7 +54,8 @@ class MediaStreamDeviceUIControllerTest
dummy_render_process_id,
dummy_render_view_id,
components,
- security_origin);
+ security_origin,
+ GENERATE_STREAM);
if (audio)
CreateAudioDeviceForRequset(label);

Powered by Google App Engine
This is Rietveld 408576698