Index: chromeos/network/onc/onc_validator.h |
diff --git a/chromeos/network/onc/onc_validator.h b/chromeos/network/onc/onc_validator.h |
index 1108b55fabe0d8aa301a9913b899086f6339286b..ff6fa1b4d3a77c27a57fa480c7f49ac62b9f3c59 100644 |
--- a/chromeos/network/onc/onc_validator.h |
+++ b/chromeos/network/onc/onc_validator.h |
@@ -38,7 +38,9 @@ struct OncValueSignature; |
// - |managed_onc| is false and a field with name kRecommended is found |
// (always ignored) |
// |
-// - a required field is missing (controlled by flag |error_on_missing_field|) |
+// - a required field is missing. controlled by flag |error_on_missing_field|. |
+// If true this is an error, if false a message is logged but no error or |
+// warning is flagged. |
// |
// If one of these invalid cases occurs and, in case of a controlling flag, that |
// flag is true, then it is an error. The function ValidateAndRepairObject sets |