| 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;"
|
| "}"
|
|
|