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

Unified Diff: components/wifi/network_properties.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
« no previous file with comments | « components/onc/onc_constants.cc ('k') | components/wifi/wifi_service_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/network_properties.cc
diff --git a/components/wifi/network_properties.cc b/components/wifi/network_properties.cc
index 3ab12daf1d376d72cc4fc8e404a8f9284115e74d..86561659983c81004dbcb6dca903d55308b8650a 100644
--- a/components/wifi/network_properties.cc
+++ b/components/wifi/network_properties.cc
@@ -13,7 +13,7 @@ namespace wifi {
NetworkProperties::NetworkProperties()
: connection_state(onc::connection_state::kNotConnected),
- security(onc::wifi::kNone),
+ security(onc::wifi::kSecurityNone),
signal_strength(0),
auto_connect(false),
frequency(kFrequencyUnknown) {
« no previous file with comments | « components/onc/onc_constants.cc ('k') | components/wifi/wifi_service_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698