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

Unified Diff: chrome/browser/chromeos/options/wifi_config_view.cc

Issue 368233004: ONC: Cleanup client certificate related fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation on Win/Mac. Created 6 years, 5 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: chrome/browser/chromeos/options/wifi_config_view.cc
diff --git a/chrome/browser/chromeos/options/wifi_config_view.cc b/chrome/browser/chromeos/options/wifi_config_view.cc
index 096ec0271f8979fe9d4acd8d02c74c560003dcb8..c328ca1d1c7bb812b9888f647240281d0c8538a0 100644
--- a/chrome/browser/chromeos/options/wifi_config_view.cc
+++ b/chrome/browser/chromeos/options/wifi_config_view.cc
@@ -908,7 +908,7 @@ void WifiConfigView::Init(bool show_8021x) {
ParseEAPUIProperty(&eap_method_ui_data_, network, ::onc::eap::kOuter);
ParseEAPUIProperty(&phase_2_auth_ui_data_, network, ::onc::eap::kInner);
ParseEAPUIProperty(
- &user_cert_ui_data_, network, ::onc::eap::kClientCertRef);
+ &user_cert_ui_data_, network, ::onc::client_cert::kClientCertRef);
ParseEAPUIProperty(
&server_ca_cert_ui_data_, network, ::onc::eap::kServerCARef);
if (server_ca_cert_ui_data_.IsManaged()) {
« no previous file with comments | « chrome/browser/chromeos/options/vpn_config_view.cc ('k') | chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698