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

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

Issue 2812883003: Browser test dry runs with mojo audio streams.
Patch Set: Rebase Created 3 years, 7 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/browser/renderer_host/media/render_frame_audio_output_stream_factory.cc
diff --git a/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.cc b/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.cc
index 722b090c47b7efe5ca148ce48f41bc3d0cf4bbae..b0600492e210922576687104239f2379f46b57da 100644
--- a/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.cc
+++ b/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.cc
@@ -43,6 +43,7 @@ RenderFrameAudioOutputStreamFactory::RenderFrameAudioOutputStreamFactory(
context_(context),
weak_ptr_factory_(this) {
DCHECK(context_);
+ thread_checker_.DetachFromThread();
}
RenderFrameAudioOutputStreamFactory::~RenderFrameAudioOutputStreamFactory() {

Powered by Google App Engine
This is Rietveld 408576698