| Index: chromeos/network/network_change_notifier_chromeos.cc
|
| diff --git a/chromeos/network/network_change_notifier_chromeos.cc b/chromeos/network/network_change_notifier_chromeos.cc
|
| index 706dcfd71c518585a12258bce0f5e63663c732ee..67067b3f776b78f78cc7aae16ddfc6055a5aa953 100644
|
| --- a/chromeos/network/network_change_notifier_chromeos.cc
|
| +++ b/chromeos/network/network_change_notifier_chromeos.cc
|
| @@ -196,7 +196,7 @@ void NetworkChangeNotifierChromeos::UpdateState(
|
| net::NetworkChangeNotifier::ConnectionType
|
| NetworkChangeNotifierChromeos::ConnectionTypeFromShill(
|
| const std::string& type, const std::string& technology) {
|
| - if (type == flimflam::kTypeEthernet)
|
| + if (type == flimflam::kTypeEthernet || type == shill::kTypeEthernetEap)
|
| return CONNECTION_ETHERNET;
|
| else if (type == flimflam::kTypeWifi)
|
| return CONNECTION_WIFI;
|
|
|