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

Unified Diff: chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc

Issue 2334223012: Fix failures on content_browser tests on Windows 7. (Closed)
Patch Set: don't use the webrtc sendToTest method, and compare to 'video-input' (and not 'video') Created 4 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/webrtc_browsertest_base.cc ('k') | chrome/test/data/webrtc/media_devices.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc
diff --git a/chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc b/chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc
index ecc86b0a00b0ed57aabaa828db949305a2f0255a..49665dd84fd713bf8293da30e28507aada04e955 100644
--- a/chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc
+++ b/chrome/browser/media/webrtc/webrtc_webcam_browsertest.cc
@@ -78,8 +78,8 @@ IN_PROC_BROWSER_TEST_P(WebRtcWebcamBrowserTest,
content::WebContents* tab =
browser()->tab_strip_model()->GetActiveWebContents();
- if (!HasWebcamAvailableOnSystem(tab)) {
- LOG(INFO) << "No webcam found on bot: skipping...";
+ if (!content::IsWebcamAvailableOnSystem(tab)) {
+ DVLOG(0) << "No webcam found on bot: skipping...";
return;
}
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_browsertest_base.cc ('k') | chrome/test/data/webrtc/media_devices.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698