| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index f57cfdbf06d6023197f8a6222d41713e61b95c51..ea296ff6882aa373ca72b0e19ce12df34ac43205 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -270,8 +270,6 @@ class VideoCaptureHostTest : public testing::Test {
|
| // 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() {
|
|
|