| Index: components/arc/net/arc_net_host_impl.cc
|
| diff --git a/components/arc/net/arc_net_host_impl.cc b/components/arc/net/arc_net_host_impl.cc
|
| index 2531cdf881fb5c9ba97bee89c132975b5dfebc65..636e9b8fa95cacef85a54dea4a661d30102afc29 100644
|
| --- a/components/arc/net/arc_net_host_impl.cc
|
| +++ b/components/arc/net/arc_net_host_impl.cc
|
| @@ -406,7 +406,7 @@ void ArcNetHostImpl::GetNetworks(mojom::GetNetworksRequestType type,
|
|
|
| if (!wifi_dict->GetString(onc::wifi::kBSSID, &tmp))
|
| NOTREACHED();
|
| - DCHECK(!tmp.empty());
|
| + //DCHECK(!tmp.empty());
|
| wc->bssid = tmp;
|
|
|
| mojom::VisibleNetworkDetailsPtr details =
|
|
|