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

Unified Diff: content/renderer/media/video_source_handler_unittest.cc

Issue 131763002: Adds MediaStreamSource, MediaStreamAudioSource and MediaStreamVideoCaptureDeviceSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 11 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/renderer/media/video_destination_handler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_source_handler_unittest.cc
diff --git a/content/renderer/media/video_source_handler_unittest.cc b/content/renderer/media/video_source_handler_unittest.cc
index e07f5062099bd9b70d48db63ed07e3c4a847f6bd..5841274cdfb5efb258fe08c6df5e621c877fd92c 100644
--- a/content/renderer/media/video_source_handler_unittest.cc
+++ b/content/renderer/media/video_source_handler_unittest.cc
@@ -44,7 +44,6 @@ class VideoSourceHandlerTest : public ::testing::Test {
public:
VideoSourceHandlerTest() : registry_(&dependency_factory_) {
handler_.reset(new VideoSourceHandler(&registry_));
- dependency_factory_.EnsurePeerConnectionFactory();
registry_.Init(kTestStreamUrl);
registry_.AddVideoTrack(kTestVideoTrackId);
}
« no previous file with comments | « content/renderer/media/video_destination_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698