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

Unified Diff: content/browser/renderer_host/media/video_capture_host_unittest.cc

Issue 60193002: Revert 232766 "Refactor MediaStreamManager to never output real ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years, 1 month 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/video_capture_host_unittest.cc
===================================================================
--- content/browser/renderer_host/media/video_capture_host_unittest.cc (revision 232998)
+++ content/browser/renderer_host/media/video_capture_host_unittest.cc (working copy)
@@ -270,13 +270,15 @@
// Release the reference to the mock object. The object will be destructed
// on the current message loop.
host_ = NULL;
+
+ media_stream_manager_->WillDestroyCurrentMessageLoop();
}
void OpenSession() {
const int render_process_id = 1;
const int render_view_id = 1;
const int page_request_id = 1;
- const GURL security_origin("http://test.com");
+ const GURL security_origin;
ASSERT_TRUE(opened_device_label_.empty());
« no previous file with comments | « content/browser/renderer_host/media/media_stream_ui_proxy_unittest.cc ('k') | content/public/common/media_stream_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698