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

Unified Diff: chromeos/network/onc/onc_signature.cc

Issue 2843163002: MD Settings: Fix networking config errors (Closed)
Patch Set: Created 3 years, 8 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: chromeos/network/onc/onc_signature.cc
diff --git a/chromeos/network/onc/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
index b4a0cfcb73f02c8d08e99d7c1cbf36334e5f0b6f..806e955aa8872e50a829e7b2642c47b3fea4180a 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -57,10 +57,11 @@ const OncFieldSignature eap_fields[] = {
{::onc::eap::kSaveCredentials, &kBoolSignature},
// Used internally. Not officially supported.
{::onc::eap::kServerCAPEMs, &kStringListSignature},
+ // Deprecated.
{::onc::eap::kServerCARef, &kStringSignature},
{::onc::eap::kServerCARefs, &kStringListSignature},
- {::onc::eap::kUseSystemCAs, &kBoolSignature},
{::onc::eap::kUseProactiveKeyCaching, &kBoolSignature},
+ {::onc::eap::kUseSystemCAs, &kBoolSignature},
{NULL}};
const OncFieldSignature ipsec_fields[] = {
« no previous file with comments | « chrome/browser/resources/settings/internet_page/internet_subpage.js ('k') | components/onc/docs/onc_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698