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

Unified Diff: content/test/webrtc_content_browsertest_base.cc

Issue 611953004: No longer requiring pixel output for WebRTC tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keeping pixel output in content browser tests to appease weird bot configs Created 6 years, 3 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/webrtc_browsertest_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_content_browsertest_base.cc
diff --git a/content/test/webrtc_content_browsertest_base.cc b/content/test/webrtc_content_browsertest_base.cc
index db83501971f94d6d57e18bd42ceb669a5308e2e9..d1d04da162a5adbfdb13b5d262448d5a77d18d18 100644
--- a/content/test/webrtc_content_browsertest_base.cc
+++ b/content/test/webrtc_content_browsertest_base.cc
@@ -34,9 +34,11 @@ void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) {
}
void WebRtcContentBrowserTest::SetUp() {
+ // This is needed lest we break on some virtual machines and weird bot
+ // configs, like ChromeOS and Win x64 swarming.
EnablePixelOutput();
#if defined(OS_CHROMEOS)
- chromeos::CrasAudioHandler::InitializeForTesting();
+ chromeos::CrasAudioHandler::InitializeForTesting();
#endif
ContentBrowserTest::SetUp();
}
« no previous file with comments | « chrome/browser/media/webrtc_browsertest_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698