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

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

Issue 2310683003: Removed duplicated JS hasVideoInputDeviceOnSystem() test helper (Closed)
Patch Set: Update logging syntax 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
Index: chrome/browser/media/webrtc_webcam_browsertest.cc
diff --git a/chrome/browser/media/webrtc_webcam_browsertest.cc b/chrome/browser/media/webrtc_webcam_browsertest.cc
index 9fe32a470b6c69234492896cccb94538f8fd579c..f2278445363fe6623271b193ba22aa001ccec7b5 100644
--- a/chrome/browser/media/webrtc_webcam_browsertest.cc
+++ b/chrome/browser/media/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::HasWebcamAvailableOnSystem(tab)) {
+ DVLOG(0) << "No webcam found on bot: skipping...";
return;
}

Powered by Google App Engine
This is Rietveld 408576698