| Index: chrome/common/json_schema_validator.h
|
| diff --git a/chrome/common/json_schema_validator.h b/chrome/common/json_schema_validator.h
|
| index 9af31fb7ff0d1f1d57d0c014b11866c6d134ba2b..68030f8efbfafb6527f9ce0f141c74c6b7114757 100644
|
| --- a/chrome/common/json_schema_validator.h
|
| +++ b/chrome/common/json_schema_validator.h
|
| @@ -113,6 +113,8 @@ class JSONSchemaValidator {
|
| // not be used with untrusted schemas.
|
| JSONSchemaValidator(DictionaryValue* schema, ListValue* types);
|
|
|
| + ~JSONSchemaValidator();
|
| +
|
| // Whether the validator allows additional items for objects and lists, beyond
|
| // those defined by their schema, by default.
|
| //
|
|
|