| Index: chromeos/network/shill_property_util.h
|
| diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
|
| index ebc7bb3a2a53da8393103d0c18c24661b547a2ea..4ae1df5fd5f1a2701701944d3340e74021a510ec 100644
|
| --- a/chromeos/network/shill_property_util.h
|
| +++ b/chromeos/network/shill_property_util.h
|
| @@ -31,7 +31,12 @@ CHROMEOS_EXPORT std::string GetSSIDFromProperties(
|
| const base::DictionaryValue& properties,
|
| bool* unknown_encoding);
|
|
|
| -// Returns the name for the network represented by the Shill |properties|. For
|
| +// Returns the GUID (if available), SSID, or Name from |properties|. Only used
|
| +// for logging and debugging.
|
| +CHROMEOS_EXPORT std::string GetNetworkIdFromProperties(
|
| + const base::DictionaryValue& properties);
|
| +
|
| + // Returns the name for the network represented by the Shill |properties|. For
|
| // WiFi it refers to the HexSSID.
|
| CHROMEOS_EXPORT std::string GetNameFromProperties(
|
| const std::string& service_path,
|
|
|