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

Unified Diff: chromeos/network/onc/onc_validator.h

Issue 694533007: Add 'setProperties' to InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698