Allow WifiLan upgrades in config

PiperOrigin-RevId: 408753729
This commit is contained in:
nohle
2021-11-09 18:20:47 -08:00
committed by Copybara-Service
parent 9221d12ae1
commit 12dccd6841
+1
View File
@@ -69,6 +69,7 @@ BwuManager::BwuManager(
}
if (config_.allow_upgrade_to.All(false)) {
config_.allow_upgrade_to.web_rtc = true;
config_.allow_upgrade_to.wifi_lan = true;
}
if (!handlers.empty()) {
handlers_ = std::move(handlers);