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

Unified Diff: components/wifi/wifi_service_mac.mm

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
« no previous file with comments | « components/wifi/network_properties.cc ('k') | components/wifi/wifi_service_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/wifi_service_mac.mm
diff --git a/components/wifi/wifi_service_mac.mm b/components/wifi/wifi_service_mac.mm
index 837f21d7ef3246d710a1e979e0d157a2158fc9c6..65414371277ce19900fe014def4681b8e45b8d44 100644
--- a/components/wifi/wifi_service_mac.mm
+++ b/components/wifi/wifi_service_mac.mm
@@ -523,7 +523,7 @@ std::string WiFiServiceMac::SecurityFromCWSecurityMode(
case kCWSecurityModeWEP:
return onc::wifi::kWEP_PSK;
case kCWSecurityModeOpen:
- return onc::wifi::kNone;
+ return onc::wifi::kSecurityNone;
// TODO(mef): Figure out correct mapping.
case kCWSecurityModeWPS:
case kCWSecurityModeDynamicWEP:
« no previous file with comments | « components/wifi/network_properties.cc ('k') | components/wifi/wifi_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698