| Index: chromeos/network/shill_property_util.h
|
| diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
|
| index 5694e793b7b4bb14fa999b45319626e8d71f0afe..3637c6a55fb10ccf04b08645c4205834ba934298 100644
|
| --- a/chromeos/network/shill_property_util.h
|
| +++ b/chromeos/network/shill_property_util.h
|
| @@ -25,10 +25,13 @@ namespace shill_property_util {
|
| CHROMEOS_EXPORT void SetSSID(const std::string ssid,
|
| base::DictionaryValue* properties);
|
|
|
| -// Returns the SSID from |properties| in UTF-8 encoding. If |unknown_encoding|
|
| -// is not NULL, it is set to whether the SSID is of unknown encoding.
|
| +// Returns the SSID from |properties| in UTF-8 encoding. If |verbose_logging| is
|
| +// true, detailed DEBUG log events will be added to the device event log. If
|
| +// |unknown_encoding| != nullptr, it is set to whether the SSID is of unknown
|
| +// encoding.
|
| CHROMEOS_EXPORT std::string GetSSIDFromProperties(
|
| const base::DictionaryValue& properties,
|
| + bool verbose_logging,
|
| bool* unknown_encoding);
|
|
|
| // Returns the GUID (if available), SSID, or Name from |properties|. Only used
|
|
|