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

Unified Diff: chromeos/dbus/fake_shill_service_client.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: 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/dbus/fake_shill_service_client.cc
diff --git a/chromeos/dbus/fake_shill_service_client.cc b/chromeos/dbus/fake_shill_service_client.cc
index 9751972e2c27b04408cb03fe3293517946053af0..8bb234b8b4389d7248201121f41cc4252b169bac 100644
--- a/chromeos/dbus/fake_shill_service_client.cc
+++ b/chromeos/dbus/fake_shill_service_client.cc
@@ -390,7 +390,7 @@ base::DictionaryValue* FakeShillServiceClient::SetServiceProperties(
properties->SetStringWithoutPathExpansion(shill::kStateProperty, state);
properties->SetBooleanWithoutPathExpansion(shill::kVisibleProperty, visible);
if (type == shill::kTypeWifi) {
- properties->SetStringWithoutPathExpansion(shill::kSecurityProperty,
+ properties->SetStringWithoutPathExpansion(shill::kSecurityClassProperty,
shill::kSecurityNone);
properties->SetStringWithoutPathExpansion(shill::kModeProperty,
shill::kModeManaged);

Powered by Google App Engine
This is Rietveld 408576698