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

Unified Diff: athena/system/network_selector.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: rebase, resolve conflicts, update new test data (shill_wifi_dhcp.json) Created 5 years, 11 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 | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/network_selector.cc
diff --git a/athena/system/network_selector.cc b/athena/system/network_selector.cc
index 5653c3f08a21a02d595ba3bceb79ca7b6462521a..86450d4b822cbf9b08686d5aae9bc36b951b1822 100644
--- a/athena/system/network_selector.cc
+++ b/athena/system/network_selector.cc
@@ -243,7 +243,7 @@ class NetworkRow : public views::View {
// If this is not a wifi network that needs a password, then ignore.
if (network->type() != shill::kTypeWifi ||
- network->security() == shill::kSecurityNone) {
+ network->security_class() == shill::kSecurityNone) {
return;
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698