Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: components/policy/core/browser/configuration_policy_handler.cc

Issue 171403004: Add touch flag to output of Schema::Normalize() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-1
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())
« no previous file with comments | « no previous file | components/policy/core/common/schema.h » ('j') | components/policy/core/common/schema_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698