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

Unified Diff: content/renderer/media/video_destination_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
Index: content/renderer/media/video_destination_handler_unittest.cc
diff --git a/content/renderer/media/video_destination_handler_unittest.cc b/content/renderer/media/video_destination_handler_unittest.cc
index a89ad6143860c5e5fa6c2a7250579597e33136ac..51af4c53a4e6be121431c0fe9ddd029ef359677e 100644
--- a/content/renderer/media/video_destination_handler_unittest.cc
+++ b/content/renderer/media/video_destination_handler_unittest.cc
@@ -60,7 +60,6 @@ class PpFrameWriterTest
class VideoDestinationHandlerTest : public ::testing::Test {
public:
VideoDestinationHandlerTest() : registry_(&factory_) {
- factory_.EnsurePeerConnectionFactory();
registry_.Init(kTestStreamUrl);
}

Powered by Google App Engine
This is Rietveld 408576698