| Index: chromeos/network/shill_property_util.h
|
| diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
|
| index dc1f45fd85b0d7c16c7ff3926deb3c2251507225..466b967b6c3d89efb3fe4100c6d8e577773ace73 100644
|
| --- a/chromeos/network/shill_property_util.h
|
| +++ b/chromeos/network/shill_property_util.h
|
| @@ -59,6 +59,13 @@ void SetUIData(const NetworkUIData& ui_data,
|
| bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties,
|
| base::DictionaryValue* dest);
|
|
|
| +// Compares the identifying configuration properties of |properties_a| and
|
| +// |properties_b|, returns true if they are identical. See also
|
| +// CopyIdentifyingProperties. Only WiFi, VPN, Ethernet and EthernetEAP are
|
| +// supported. WiMax and Cellular are not supported.
|
| +bool DoIdentifyingPropertiesMatch(const base::DictionaryValue& properties_a,
|
| + const base::DictionaryValue& properties_b);
|
| +
|
| } // namespace shill_property_util
|
|
|
| class CHROMEOS_EXPORT NetworkTypePattern {
|
|
|