| Index: chromeos/network/onc/onc_validator.h
|
| diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h
|
| index 0fb60eb7214b120b3ca71d50e8331b006c772673..857f31ebc3335a705428578939cabe17e386a24e 100644
|
| --- a/chromeos/network/onc/onc_validator.h
|
| +++ b/chromeos/network/onc/onc_validator.h
|
| @@ -182,6 +182,8 @@ class CHROMEOS_EXPORT Validator : public Mapper {
|
| bool FieldExistsAndIsEmpty(const base::DictionaryValue& object,
|
| const std::string& field_name);
|
|
|
| + bool IsSSIDOrHexSSIDValid(const base::DictionaryValue& object);
|
| +
|
| // Returns true if |key| is a key of |dict|. Otherwise, returns false and,
|
| // depending on |error_on_missing_field_|, logs a message and sets
|
| // |error_or_warning_found_|.
|
|
|