Skip to content

Commit

Permalink
fixup! 3560567: [MSC] Porting GenerateStreams clients to handle strea…
Browse files Browse the repository at this point in the history
…m vectors.
  • Loading branch information
nornagon committed Jun 20, 2022
1 parent f4c5330 commit 9741ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/media/media_stream_devices_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ bool MediaStreamDevicesController::TakeAction() {

void MediaStreamDevicesController::Accept() {
// Get the default devices for the request.
blink::mojom::StreamDevicesSetPtr stream_devices_set;
blink::mojom::StreamDevicesSetPtr stream_devices_set =
blink::mojom::StreamDevicesSet::New();
stream_devices_set->stream_devices.emplace_back(
blink::mojom::StreamDevices::New());
blink::mojom::StreamDevices& stream_devices =
Expand Down

0 comments on commit 9741ab7

Please sign in to comment.