summaryrefslogtreecommitdiffstats
path: root/chromeos/network/onc/onc_validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/onc/onc_validator.h')
-rw-r--r--chromeos/network/onc/onc_validator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h
index 0fb60eb..857f31e 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_|.