Skip to content

Commit daf087a

Browse files
committed
browser test: Add the option of "Current Tab" to the media picker
https://chromium-review.googlesource.com/c/chromium/src/+/2704116
1 parent f585904 commit daf087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwjs_browsertest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ class NWJSDesktopCaptureApiTest : public NWAppTest {
11961196

11971197
IN_PROC_BROWSER_TEST_F(NWJSDesktopCaptureApiTest, CrossDomain) {
11981198
FakeDesktopMediaPickerFactory::TestFlags test_flags[] = {
1199-
{true, false, false, false,
1199+
{true, false, false, false, false,
12001200
content::DesktopMediaID(content::DesktopMediaID::TYPE_SCREEN,
12011201
content::DesktopMediaID::kNullId), false},
12021202
};

0 commit comments

Comments
 (0)