зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7d0a4e99b9
Коммит
bd9b1e07c0
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче