Bug 1673192 - Don't attempt to launch the RDD process when it's not needed. r=mattwoodrow

Differential Revision: https://phabricator.services.mozilla.com/D96147
This commit is contained in:
Jean-Yves Avenard 2020-11-06 00:45:34 +00:00
Родитель 7d0a4e99b9
Коммит bd9b1e07c0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,6 @@ bool RemoteDecoderModule::SupportsMimeType(
bool RemoteDecoderModule::Supports(
const SupportDecoderParams& aParams,
DecoderDoctorDiagnostics* aDiagnostics) const {
RemoteDecoderManagerChild::LaunchRDDProcessIfNeeded(mLocation);
bool supports =
RemoteDecoderManagerChild::Supports(mLocation, aParams, aDiagnostics);