Index: chromeos/network/shill_property_util.cc |
diff --git a/chromeos/network/shill_property_util.cc b/chromeos/network/shill_property_util.cc |
index 7557dc35414c129a430183912e0ca9f21953eeaf..798245990b3a0624958dc2d3fc70cf064071f735 100644 |
--- a/chromeos/network/shill_property_util.cc |
+++ b/chromeos/network/shill_property_util.cc |
@@ -247,6 +247,9 @@ bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties, |
CopyStringFromDictionary(service_properties, shill::kWifiHexSsid, dest); |
success &= CopyStringFromDictionary( |
service_properties, shill::kModeProperty, dest); |
+ } else if (type == shill::kTypeCellular) { |
+ success &= CopyStringFromDictionary( |
+ service_properties, shill::kNetworkTechnologyProperty, dest); |
} else if (type == shill::kTypeVPN) { |
success &= CopyStringFromDictionary( |
service_properties, shill::kNameProperty, dest); |