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

Unified Diff: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc

Issue 163243002: Disable Mac AVFoundation for WebRTC browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « chrome/browser/media/chrome_webrtc_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
index e35165e7abfc3ae9ec33fda96ed9236b4fea0df6..e0e1051d4fc181a0ffa128dbbbf57c27af686a1d 100644
--- a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
@@ -112,6 +112,12 @@ class WebRtcVideoQualityBrowserTest : public WebRtcTestBase {
command_line->HasSwitch(switches::kUseFakeDeviceForMediaStream))
<< "You cannot run this test with fake devices.";
+#if defined(OS_MACOSX)
+ // TODO(mcasas): Remove this switch when ManyCam virtual video capture
+ // device starts supporting AVFoundation, see http://crbug.com/327618.
+ command_line->AppendSwitch(switches::kDisableAVFoundation);
+#endif
+
// The video playback will not work without a GPU, so force its use here.
command_line->AppendSwitch(switches::kUseGpuInTests);
}
« no previous file with comments | « chrome/browser/media/chrome_webrtc_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698