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

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

Issue 2839693003: MD Settings: Fix networking config errors (Closed)
Patch Set: Feedback 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 7887edb72fa44245e4f1602681f3ac2a86c52f97..8a8da1195d1d75291ef2bcbe9bcfc896a44327ab 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