[AUTO][FILECONTROL] - version 126.0.6478.186

This commit is contained in:
uazo
2024-07-17 02:46:32 +00:00
committed by github-actions[bot]
parent b18c8e255e
commit ad8d645ec0
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
126.0.6478.127
126.0.6478.186
@@ -10948,12 +10948,9 @@ void WebContentsImpl::GetMediaCaptureRawDeviceIdsOpened(
return;
}
GetIOThreadTaskRunner({})->PostTask(
FROM_HERE,
base::BindOnce(&MediaStreamManager::GetRawDeviceIdsOpenedForFrame,
base::Unretained(media_stream_manager),
GetPrimaryMainFrame(), type,
base::BindPostTaskToCurrentDefault(std::move(callback))));
media_stream_manager->GetRawDeviceIdsOpenedForFrame(
GetPrimaryMainFrame(), type,
base::BindPostTaskToCurrentDefault(std::move(callback)));
}
} // namespace content