Bug 1521879 - Part 6: Disable SetProxyServer for the IPC implementation until bug 1521113 is fixed or worked around. r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D17560

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Byron Campen [:bwc] 2019-02-25 21:52:01 +00:00
Родитель 82599ca5ef
Коммит 7cb968d18c
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -147,6 +147,8 @@ void MediaTransportHandlerIPC::Destroy() {
// this class once we move mtransport to its own process.
void MediaTransportHandlerIPC::SetProxyServer(
NrSocketProxyConfig&& aProxyConfig) {
// TODO(bug 1521113): This doesn't work on IPC
#if 0
mInitPromise->Then(
GetMainThreadSerialEventTarget(), __func__,
[aProxyConfig = std::move(aProxyConfig), this,
@ -157,6 +159,7 @@ void MediaTransportHandlerIPC::SetProxyServer(
}
},
[](const nsCString& aError) {});
#endif
}
void MediaTransportHandlerIPC::EnsureProvisionalTransport(