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

Unified Diff: chromeos/network/network_cert_migrator.cc

Issue 788633003: chromeos networking: move from security to securityclass property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: update wifi_sync component to use security_class() Created 6 years 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/network_cert_migrator.cc
diff --git a/chromeos/network/network_cert_migrator.cc b/chromeos/network/network_cert_migrator.cc
index 613d46a6dabd3bcbb2ff8d883fd3023587c44169..fc66e4e5436fd9e10901d8ae4b16ecef8bfc7881 100644
--- a/chromeos/network/network_cert_migrator.cc
+++ b/chromeos/network/network_cert_migrator.cc
@@ -77,7 +77,7 @@ class NetworkCertMigrator::MigrationTask
for (NetworkStateHandler::NetworkStateList::const_iterator it =
networks.begin(); it != networks.end(); ++it) {
if (!(*it)->HasCACertNSS() &&
- (*it)->security() != shill::kSecurity8021x &&
+ (*it)->security_class() != shill::kSecurity8021x &&
(*it)->type() != shill::kTypeVPN &&
(*it)->type() != shill::kTypeEthernetEap) {
continue;

Powered by Google App Engine
This is Rietveld 408576698