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

Unified Diff: content/public/test/browser_test_utils.cc

Issue 2579183003: Fix typo in JS test code checking for Webcam in browser_test_utils.cc (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_utils.cc
diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
index 0bac669d6bf7b2e633b3bd4218742a69fcbc256e..c5d9fa8c374ee8dee6ce88d0b5f65fcb48994ad6 100644
--- a/content/public/test/browser_test_utils.cc
+++ b/content/public/test/browser_test_utils.cc
@@ -407,7 +407,7 @@ const char kHasVideoInputDeviceOnSystem[] =
"navigator.mediaDevices.enumerateDevices()"
".then(function(devices) {"
"devices.forEach(function(device) {"
- "if (device.kind == 'video-input') {"
+ "if (device.kind == 'videoinput') {"
"window.domAutomationController.send('has-video-input-device');"
"return;"
"}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698