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

Unified Diff: chrome/browser/chromeos/network_settings/onc_signature.h

Issue 11415148: Adding error handling to ONC validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extract_onc_certificate
Patch Set: Initial patch. Created 8 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: chrome/browser/chromeos/network_settings/onc_signature.h
diff --git a/chrome/browser/chromeos/network_settings/onc_signature.h b/chrome/browser/chromeos/network_settings/onc_signature.h
index 57be7147c58345fe715fdefcb5a3a559b42a5c08..db45af675cfa9485b543d270bb088d93b15fa327 100644
--- a/chrome/browser/chromeos/network_settings/onc_signature.h
+++ b/chrome/browser/chromeos/network_settings/onc_signature.h
@@ -45,7 +45,9 @@ extern const OncValueSignature kProxySettingsSignature;
extern const OncValueSignature kWiFiSignature;
extern const OncValueSignature kCertificateSignature;
extern const OncValueSignature kNetworkConfigurationSignature;
-extern const OncValueSignature kUnencryptedConfigurationSignature;
+extern const OncValueSignature kCertificateListSignature;
+extern const OncValueSignature kNetworkConfigurationListSignature;
+extern const OncValueSignature kToplevelConfigurationSignature;
} // namespace onc
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698