| 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 534414197fc9f8f9bd5a2dc9ab1402e18591b0d6..235d6bbaea416f249c5d6daf7d6b20e25ec183c2 100644
|
| --- a/components/policy/core/browser/configuration_policy_handler.cc
|
| +++ b/components/policy/core/browser/configuration_policy_handler.cc
|
| @@ -346,7 +346,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())
|
|
|