| Index: components/policy/core/browser/configuration_policy_handler.cc
|
| diff --git a/components/policy/core/browser/configuration_policy_handler.cc b/components/policy/core/browser/configuration_policy_handler.cc
|
| index a273e83310b459bd00ea07f2e280c70cedfbdad5..e290ea69b6d0fe22566cb1d078904fd370461cfd 100644
|
| --- a/components/policy/core/browser/configuration_policy_handler.cc
|
| +++ b/components/policy/core/browser/configuration_policy_handler.cc
|
| @@ -345,7 +345,7 @@ bool SchemaValidatingPolicyHandler::CheckAndGetValue(
|
| std::string error_path;
|
| std::string error;
|
| bool result =
|
| - schema_.Normalize(output->get(), strategy_, &error_path, &error);
|
| + schema_.Normalize(output->get(), strategy_, &error_path, &error, NULL);
|
|
|
| if (errors && !error.empty()) {
|
| if (error_path.empty())
|
|
|