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