| Index: chromeos/network/onc/onc_validator.h
|
| diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h
|
| index ab3452cc0c78d20c1489ba00fea405c9e100671d..a8983b529d6964e4a363804c1ebc6cd16391f4ca 100644
|
| --- a/chromeos/network/onc/onc_validator.h
|
| +++ b/chromeos/network/onc/onc_validator.h
|
| @@ -181,6 +181,10 @@ class CHROMEOS_EXPORT Validator : public Mapper {
|
| const base::DictionaryValue& onc_object,
|
| base::DictionaryValue* result);
|
|
|
| + bool ValidateVerifyX509(
|
| + const base::DictionaryValue& onc_object,
|
| + base::DictionaryValue* result);
|
| +
|
| bool ValidateCertificatePattern(
|
| const base::DictionaryValue& onc_object,
|
| base::DictionaryValue* result);
|
|
|