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

Unified Diff: content/browser/renderer_host/media/media_stream_manager.h

Issue 2805533002: Reland [Mojo Video Capture] Introduce abstraction VideoCaptureSystem (Closed)
Patch Set: Fix race condition in tests Created 3 years, 8 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/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index 630addde775f57c7c396350cfee989ead38e5087..edc0cb623632dd4ff77b0451bb635464537dc185 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -260,10 +260,6 @@ class CONTENT_EXPORT MediaStreamManager
void SetGenerateStreamCallbackForTesting(
GenerateStreamTestCallback test_callback);
-#if defined(OS_WIN)
- void FlushVideoCaptureThreadForTesting();
-#endif
-
// This method is called when all tracks are started.
void OnStreamStarted(const std::string& label);

Powered by Google App Engine
This is Rietveld 408576698